Skip to content

Commit eed3d8f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.12.0 → 25.12.0](psf/black-pre-commit-mirror@22.12.0...25.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.3.0](PyCQA/flake8@5.0.4...7.3.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0)
1 parent 510c430 commit eed3d8f

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
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77

8-
- repo: https://github.com/psf/black
9-
rev: 22.12.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 25.12.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 5.0.4
14+
rev: 7.3.0
1515
hooks:
1616
- id: flake8
1717
additional_dependencies:
@@ -32,7 +32,7 @@ repos:
3232
- id: trailing-whitespace
3333

3434
- repo: https://github.com/PyCQA/isort
35-
rev: 6.0.1
35+
rev: 7.0.0
3636
hooks:
3737
- id: isort
3838
name: isort (python)

0 commit comments

Comments
 (0)