Skip to content

Commit 91bd281

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.10.0 → 25.9.0](psf/black-pre-commit-mirror@22.10.0...25.9.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/pycqa/isort: 5.10.1 → 6.1.0](PyCQA/isort@5.10.1...6.1.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.18.2](pre-commit/mirrors-mypy@v0.991...v1.18.2)
1 parent 63fdc46 commit 91bd281

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
ci:
22
autoupdate_schedule: monthly
33
repos:
4-
- repo: https://github.com/psf/black
5-
rev: 22.10.0
4+
- repo: https://github.com/psf/black-pre-commit-mirror
5+
rev: 25.9.0
66
hooks:
77
- id: black
88

99
- repo: https://github.com/PyCQA/flake8
10-
rev: 6.0.0
10+
rev: 7.3.0
1111
hooks:
1212
- id: flake8
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.10.1
15+
rev: 6.1.0
1616
hooks:
1717
- id: isort
1818

1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v0.991
20+
rev: v1.18.2
2121
hooks:
2222
- id: mypy
2323
additional_dependencies:

0 commit comments

Comments
 (0)