Skip to content

Commit 6a7dbb0

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.3](astral-sh/ruff-pre-commit@v0.7.2...v0.8.3) - [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](abravalheri/validate-pyproject@v0.22...v0.23) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
1 parent a0658bf commit 6a7dbb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.7.2"
48+
rev: "v0.8.3"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]
@@ -79,13 +79,13 @@ repos:
7979
exclude: .pre-commit-config.yaml
8080

8181
- repo: https://github.com/abravalheri/validate-pyproject
82-
rev: "v0.22"
82+
rev: "v0.23"
8383
hooks:
8484
- id: validate-pyproject
8585
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8686

8787
- repo: https://github.com/python-jsonschema/check-jsonschema
88-
rev: "0.29.4"
88+
rev: "0.30.0"
8989
hooks:
9090
- id: check-dependabot
9191
- id: check-github-workflows

0 commit comments

Comments
 (0)