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 b50d42b commit c8f71beCopy full SHA for c8f71be
.pre-commit-config.yaml
@@ -24,15 +24,15 @@ repos:
24
- id: end-of-file-fixer
25
- id: trailing-whitespace
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
- rev: v2.7.0
+ rev: v2.11.0
28
hooks:
29
- id: pyproject-fmt
30
- repo: https://github.com/abravalheri/validate-pyproject
31
rev: v0.24.1
32
33
- id: validate-pyproject
34
- repo: https://github.com/sphinx-contrib/sphinx-lint
35
- rev: v1.0.0
+ rev: v1.0.1
36
37
- id: sphinx-lint
38
types: [rst]
@@ -43,7 +43,7 @@ repos:
43
additional_dependencies: ["toml"]
44
entry: isort --profile=black
45
name: isort (python)
46
- - repo: https://github.com/psf/black
+ - repo: https://github.com/psf/black-pre-commit-mirror
47
rev: 25.9.0
48
49
- id: black
0 commit comments