Skip to content

Commit 8ac6f1b

Browse files
pre-commit-ci[bot]dmitry-kabanov
authored andcommitted
[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)
1 parent f2a7f31 commit 8ac6f1b

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
@@ -21,7 +21,7 @@ repos:
2121

2222
# Python source code
2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.13.2
24+
rev: 6.0.0
2525
hooks:
2626
- id: isort
2727
name: isort (python)
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/psf/black
35-
rev: 24.10.0
35+
rev: 25.1.0
3636
hooks:
3737
- id: black
3838

0 commit comments

Comments
 (0)