Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9378cb3

Browse files
authoredMar 3, 2025··
[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: 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.9](astral-sh/ruff-pre-commit@v0.9.2...v0.9.9)
1 parent 3e65797 commit 9378cb3

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.1"
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.9'
3030
hooks:
3131
- id: ruff
3232
- repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)
Please sign in to comment.