Skip to content

Commit 10b53ed

Browse files
committed
⬆️ Update pre-commit hooks
1 parent 705bea1 commit 10b53ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: check-added-large-files
1616
args: ['--maxkb=1024']
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: v2.14.2
18+
rev: v2.16.2
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/abravalheri/validate-pyproject
@@ -28,7 +28,7 @@ repos:
2828
- id: sphinx-lint
2929
types: [rst]
3030
- repo: https://github.com/pycqa/isort
31-
rev: 7.0.0
31+
rev: 8.0.1
3232
hooks:
3333
- id: isort
3434
additional_dependencies: ["toml"]

0 commit comments

Comments
 (0)