Skip to content

Commit 9b0818a

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: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent a2fb077 commit 9b0818a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ repos:
99
- id: check-ast
1010
- id: check-yaml
1111
- repo: https://github.com/PyCQA/isort
12-
rev: 5.13.2
12+
rev: 6.0.1
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: 24.10.0
16+
rev: 25.1.0
1717
hooks:
1818
- id: black

0 commit comments

Comments
 (0)