Skip to content

Commit 7f53a10

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.13...v0.14.14) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.1](python-jsonschema/check-jsonschema@0.36.0...0.36.1)
1 parent dc0811f commit 7f53a10

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
@@ -40,7 +40,7 @@ repos:
4040
args: [--prose-wrap=always]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.14.13"
43+
rev: "v0.14.14"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
@@ -80,13 +80,13 @@ repos:
8080
exclude: .pre-commit-config.yaml
8181

8282
- repo: https://github.com/abravalheri/validate-pyproject
83-
rev: "v0.24.1"
83+
rev: "v0.25"
8484
hooks:
8585
- id: validate-pyproject
8686
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8787

8888
- repo: https://github.com/python-jsonschema/check-jsonschema
89-
rev: "0.36.0"
89+
rev: "0.36.1"
9090
hooks:
9191
- id: check-dependabot
9292
- id: check-github-workflows

0 commit comments

Comments
 (0)