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 44c2ff3 + 6b59e38 commit 59f37dbCopy full SHA for 59f37db
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.6.0
+ rev: v0.6.3
4
hooks:
5
- id: ruff
6
args: [--exit-non-zero-on-fix]
@@ -50,7 +50,7 @@ repos:
50
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/
51
52
- repo: https://github.com/python-jsonschema/check-jsonschema
53
- rev: 0.29.1
+ rev: 0.29.2
54
55
- id: check-github-workflows
56
- id: check-readthedocs
0 commit comments