Skip to content

Commit 4cc8f4d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
1 parent 4b5bd76 commit 4cc8f4d

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-pre-commit-mirror
21-
rev: 25.11.0
21+
rev: 25.12.0
2222
hooks:
2323
- id: black
2424
args: [--safe, --quiet]
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.18.2
26+
rev: v1.19.1
2727
hooks:
2828
- id: mypy
2929
files: ^(src|tests)

0 commit comments

Comments
 (0)