We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523d82a commit 7c34ea8Copy full SHA for 7c34ea8
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: check-added-large-files
16
args: ['--maxkb=1024']
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: v2.14.2
+ rev: v2.16.2
19
hooks:
20
- id: pyproject-fmt
21
- repo: https://github.com/abravalheri/validate-pyproject
@@ -28,7 +28,7 @@ repos:
28
- id: sphinx-lint
29
types: [rst]
30
- repo: https://github.com/pycqa/isort
31
- rev: 7.0.0
+ rev: 8.0.1
32
33
- id: isort
34
additional_dependencies: ["toml"]
0 commit comments