We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7afc3 commit 0f0d557Copy full SHA for 0f0d557
1 file changed
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: end-of-file-fixer
25
- id: trailing-whitespace
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
- rev: v2.14.2
+ rev: v2.16.2
28
hooks:
29
- id: pyproject-fmt
30
- repo: https://github.com/abravalheri/validate-pyproject
@@ -37,7 +37,7 @@ repos:
37
- id: sphinx-lint
38
types: [rst]
39
- repo: https://github.com/pycqa/isort
40
- rev: 7.0.0
+ rev: 8.0.1
41
42
- id: isort
43
additional_dependencies: ["toml"]
0 commit comments