Skip to content

Commit 5cc57af

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
1 parent d0b9b28 commit 5cc57af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.10.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
name: black
@@ -48,7 +48,7 @@ repos:
4848
args: [--py310-plus]
4949

5050
- repo: https://github.com/PyCQA/isort
51-
rev: 5.13.2
51+
rev: 6.0.0
5252
hooks:
5353
- id: isort
5454
name: isort (python)

0 commit comments

Comments
 (0)