Skip to content

Commit c7dcb25

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#352)
<!--pre-commit.ci start--> 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) <!--pre-commit.ci end-->
2 parents 0d3fa86 + 0f4f638 commit c7dcb25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
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)