Skip to content

Commit f25315c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2)
1 parent c888bfe commit f25315c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
- id: reorder-python-imports
1919
args: ['--application-directories=src:tests']
2020
- repo: https://github.com/psf/black
21-
rev: 25.1.0
21+
rev: 25.9.0
2222
hooks:
2323
- id: black
2424
args: [--safe, --quiet]
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.18.1
26+
rev: v1.18.2
2727
hooks:
2828
- id: mypy
2929
files: ^(src|tests)

0 commit comments

Comments
 (0)