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 d4dce38 commit d77a5dbCopy full SHA for d77a5db
.pre-commit-config.yaml
@@ -29,12 +29,12 @@ repos:
29
30
# this validates our github workflow files
31
- repo: https://github.com/python-jsonschema/check-jsonschema
32
- rev: 0.33.3
+ rev: 0.34.0
33
hooks:
34
- id: check-github-workflows
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.13.0
+ rev: v0.13.1
38
39
- id: ruff
40
args: [--fix]
doc/changelog.d/353.miscellaneous.md
@@ -0,0 +1 @@
1
+[pre-commit.ci] pre-commit autoupdate
0 commit comments