Skip to content

Commit f5ed784

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 25.9.0](psf/black-pre-commit-mirror@24.3.0...25.9.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0)
1 parent 4cba872 commit f5ed784

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
repos:
55

66
- repo: https://github.com/PyCQA/isort
7-
rev: 5.13.2
7+
rev: 7.0.0
88
hooks:
99
- id: isort
1010

11-
- repo: https://github.com/psf/black
12-
rev: 24.3.0
11+
- repo: https://github.com/psf/black-pre-commit-mirror
12+
rev: 25.9.0
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 7.0.0
17+
rev: 7.3.0
1818
hooks:
1919
- id: flake8

0 commit comments

Comments
 (0)