Skip to content

Commit d623d1b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent c2525f5 commit d623d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ repos:
3838
- "--py39-plus"
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.8.6"
41+
rev: "v0.9.4"
4242
hooks:
4343
- id: ruff
4444
args:
4545
- --fix-only
4646
- --target-version=py39
4747

4848
- repo: https://github.com/pycqa/isort
49-
rev: 5.13.2
49+
rev: 6.0.0
5050
hooks:
5151
- id: isort
5252
args:
@@ -55,7 +55,7 @@ repos:
5555
- --filter-files
5656

5757
- repo: https://github.com/psf/black
58-
rev: 24.10.0
58+
rev: 25.1.0
5959
hooks:
6060
- id: black
6161
args:

0 commit comments

Comments
 (0)