Skip to content

Commit 1dce081

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 6d7afc3 commit 1dce081

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
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: v2.14.2
27+
rev: v2.16.2
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject
@@ -37,7 +37,7 @@ repos:
3737
- id: sphinx-lint
3838
types: [rst]
3939
- repo: https://github.com/pycqa/isort
40-
rev: 7.0.0
40+
rev: 8.0.1
4141
hooks:
4242
- id: isort
4343
additional_dependencies: ["toml"]

0 commit comments

Comments
 (0)