Skip to content

Commit 6546d6b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.14.2 → v2.16.2](tox-dev/pyproject-fmt@v2.14.2...v2.16.2) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent 67b979a commit 6546d6b

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)