Skip to content

Commit 6e3b738

Browse files
chore: update pre-commit hooks (#84)
1 parent e0b23d4 commit 6e3b738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: "v0.9.6"
36+
rev: "v0.9.7"
3737
hooks:
3838
- id: ruff
3939
args: ["--fix", "--show-fixes"]
@@ -59,7 +59,7 @@ repos:
5959
additional_dependencies: ["validate-pyproject-schema-store[all]"]
6060

6161
- repo: https://github.com/python-jsonschema/check-jsonschema
62-
rev: "0.31.1"
62+
rev: "0.31.2"
6363
hooks:
6464
- id: check-dependabot
6565
- id: check-github-workflows

0 commit comments

Comments
 (0)