Skip to content

Commit b9c6097

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) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
1 parent a4791af commit b9c6097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ repos:
2020
- id: pyupgrade
2121
args: [--py39-plus]
2222
- repo: https://github.com/pycqa/isort
23-
rev: 5.13.2
23+
rev: 6.0.1
2424
hooks:
2525
- id: isort
2626
args: ["--profile", "black"]
2727
- repo: https://github.com/psf/black
28-
rev: 24.10.0
28+
rev: 25.1.0
2929
hooks:
3030
- id: black
3131
args: ["--line-length", "120"]
3232
- repo: https://github.com/pycqa/flake8
33-
rev: 7.1.1
33+
rev: 7.1.2
3434
hooks:
3535
- id: flake8

0 commit comments

Comments
 (0)