We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946508a commit 428a7aeCopy full SHA for 428a7ae
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
additional_dependencies: [black==24.*]
11
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: "v5.0.0"
+ rev: "v6.0.0"
14
hooks:
15
- id: check-added-large-files
16
- id: check-case-conflict
@@ -33,7 +33,7 @@ repos:
33
- id: rst-inline-touching-normal
34
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: "v0.12.3"
+ rev: "v0.12.9"
37
38
- id: ruff
39
args: ["--fix", "--show-fixes"]
@@ -54,7 +54,7 @@ repos:
54
additional_dependencies: ["validate-pyproject-schema-store[all]"]
55
56
- repo: https://github.com/python-jsonschema/check-jsonschema
57
- rev: "0.33.2"
+ rev: "0.33.3"
58
59
- id: check-dependabot
60
- id: check-github-workflows
0 commit comments