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.
2 parents fb526ec + a4a9a3e commit 7ac40e2Copy full SHA for 7ac40e2
.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