Skip to content

Commit a123a15

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.2...v0.9.6)
1 parent 3e65797 commit a123a15

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
@@ -18,15 +18,15 @@ repos:
1818
args:
1919
- --remove
2020
- repo: https://github.com/PyCQA/isort
21-
rev: "5.13.2"
21+
rev: "6.0.0"
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 24.10.0
25+
rev: 25.1.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.9.2'
29+
rev: 'v0.9.6'
3030
hooks:
3131
- id: ruff
3232
- repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)