Skip to content

Commit 7040783

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.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent 361f87e commit 7040783

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
@@ -14,7 +14,7 @@ repos:
1414
- id: isort
1515

1616
- repo: https://github.com/psf/black-pre-commit-mirror
17-
rev: 25.11.0
17+
rev: 25.12.0
1818
hooks:
1919
- id: black
2020
language_version: python3
@@ -26,7 +26,7 @@ repos:
2626
exclude: 'venv'
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.18.2
29+
rev: v1.19.0
3030
hooks:
3131
- id: mypy
3232
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)