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 2838ad1 commit 57a7a14Copy full SHA for 57a7a14
.pre-commit-config.yaml
@@ -20,15 +20,15 @@ repos:
20
- id: end-of-file-fixer
21
- id: trailing-whitespace
22
- repo: https://github.com/tox-dev/pyproject-fmt
23
- rev: v2.7.0
+ rev: v2.11.0
24
hooks:
25
- id: pyproject-fmt
26
- repo: https://github.com/abravalheri/validate-pyproject
27
rev: v0.24.1
28
29
- id: validate-pyproject
30
- repo: https://github.com/sphinx-contrib/sphinx-lint
31
- rev: v1.0.0
+ rev: v1.0.1
32
33
- id: sphinx-lint
34
types: [rst]
@@ -39,7 +39,7 @@ repos:
39
additional_dependencies: ["toml"]
40
entry: isort --profile=black
41
name: isort (python)
42
- - repo: https://github.com/psf/black
+ - repo: https://github.com/psf/black-pre-commit-mirror
43
rev: 25.9.0
44
45
- id: black
0 commit comments