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 24d76de commit c7a7869Copy full SHA for c7a7869
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ exclude: "tests/integration/files"
7
repos:
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.6.1
+ rev: v0.6.2
11
hooks:
12
- id: ruff
13
- id: ruff-format
@@ -35,7 +35,7 @@ repos:
35
36
# this validates our github workflow files
37
- repo: https://github.com/python-jsonschema/check-jsonschema
38
- rev: 0.29.1
+ rev: 0.29.2
39
40
- id: check-github-workflows
41
doc/changelog.d/1373.maintenance.md
@@ -0,0 +1 @@
1
+pre-commit automatic update
0 commit comments