Skip to content

Commit 69e0406

Browse files
[pre-commit.ci] pre-commit autoupdate (#424)
<!--pre-commit.ci start--> updates: - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/tox-dev/pyproject-fmt: v2.20.0 → v2.21.2](tox-dev/pyproject-fmt@v2.20.0...v2.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.7...v0.15.12) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 84b7cb4 commit 69e0406

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: mixed-line-ending
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 8.0.1
15+
rev: 9.0.0a3
1616
hooks:
1717
- id: isort
1818
files: >-
@@ -38,12 +38,12 @@ repos:
3838
)
3939
4040
- repo: https://github.com/tox-dev/pyproject-fmt
41-
rev: v2.20.0
41+
rev: v2.21.2
4242
hooks:
4343
- id: pyproject-fmt
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: v0.15.7
46+
rev: v0.15.12
4747
hooks:
4848
- id: ruff
4949

0 commit comments

Comments
 (0)