Skip to content

Commit a13338c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.7.4...v0.9.9)
1 parent 701b643 commit a13338c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.13.2
3+
rev: 6.0.1
44
hooks:
55
- id: isort
66

77
- repo: https://github.com/psf/black-pre-commit-mirror
8-
rev: 24.10.0
8+
rev: 25.1.0
99
hooks:
1010
- id: black
1111

@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.7.4
22+
rev: v0.9.9
2323
hooks:
2424
- id: ruff
2525
- id: ruff-format

0 commit comments

Comments
 (0)