Skip to content

Commit ddb3f38

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ambv/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.12.0 → 25.9.0](psf/black-pre-commit-mirror@22.12.0...25.9.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.18.2](pre-commit/mirrors-mypy@v0.991...v1.18.2)
1 parent a7ca61d commit ddb3f38

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
2-
- repo: https://github.com/ambv/black
3-
rev: 22.12.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
language_version: python3.12
77
- repo: https://github.com/PyCQA/flake8
8-
rev: 6.0.0
8+
rev: 7.3.0
99
hooks:
1010
- id: flake8
1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: v0.991
12+
rev: v1.18.2
1313
hooks:
1414
- id: mypy
1515
exclude: ^tests/

0 commit comments

Comments
 (0)