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 71876cf + 554f8bb commit 8696974Copy full SHA for 8696974
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.5.0
+ rev: v0.5.6
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.28.6
+ rev: 0.29.1
54
55
- id: check-github-workflows
56
- id: check-readthedocs
@@ -62,7 +62,7 @@ repos:
62
- id: sphinx-lint
63
64
- repo: https://github.com/tox-dev/pyproject-fmt
65
- rev: 2.1.3
+ rev: 2.2.1
66
67
- id: pyproject-fmt
68
0 commit comments