Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
- [github.com/pre-commit/pre-commit: v4.0.1 → v4.1.0](pre-commit/pre-commit@v4.0.1...v4.1.0)
- [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.1](python-jsonschema/check-jsonschema@0.30.0...0.31.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent f70355b commit 21d2d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.6"
rev: "v0.9.4"
hooks:
- id: ruff
name: Ruff lint
Expand All @@ -30,12 +30,12 @@ repos:
name: Ruff format

- repo: https://github.com/pre-commit/pre-commit
rev: v4.0.1
rev: v4.1.0
hooks:
- id: validate_manifest

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.30.0
rev: 0.31.1
hooks:
- id: check-dependabot
- id: check-github-workflows

0 comments on commit 21d2d04

Please sign in to comment.