Skip to content

Commit b1e6065

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [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 bce8412 commit b1e6065

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/flake8
3-
rev: 7.1.1
3+
rev: 7.1.2
44
hooks:
55
- id: flake8
66
args: ["--config", ".flake8"]
@@ -12,11 +12,11 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: mixed-line-ending
1414
- repo: https://github.com/psf/black
15-
rev: 24.10.0
15+
rev: 25.1.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.13.2
19+
rev: 6.0.0
2020
hooks:
2121
- id: isort
2222
args: ["--profile", "black"]

0 commit comments

Comments
 (0)