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 97f7fcf commit f066af9Copy full SHA for f066af9
.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.13.0
+ rev: v0.13.1
11
hooks:
12
- id: ruff-check
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.33.3
+ rev: 0.34.0
39
40
- id: check-github-workflows
41
doc/changelog.d/2247.maintenance.md
@@ -0,0 +1 @@
1
+Pre-commit automatic update
0 commit comments