Skip to content

Commit 627a513

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com./psf/black: 23.11.0 → 25.1.0](psf/black@23.11.0...25.1.0) - [github.com./PyCQA/isort: 5.12.0 → 6.0.0](PyCQA/isort@5.12.0...6.0.0)
1 parent d095803 commit 627a513

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,10 +1,10 @@
11
repos:
22
- repo: https://github.com./psf/black
3-
rev: 23.11.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
language_version: python3.10
77
- repo: https://github.com./PyCQA/isort
8-
rev: 5.12.0
8+
rev: 6.0.0
99
hooks:
1010
- id: isort

0 commit comments

Comments
 (0)