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 05153ba commit a4a9a3eCopy full SHA for a4a9a3e
.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.11.4
+ rev: v0.11.5
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.32.1
+ rev: 0.33.0
39
40
- id: check-github-workflows
41
doc/changelog.d/1911.maintenance.md
@@ -0,0 +1 @@
1
+pre-commit automatic update
0 commit comments