Skip to content

Commit c4510c8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.1.0](psf/black-pre-commit-mirror@25.11.0...26.1.0) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent 68411a1 commit c4510c8

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
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 25.11.0
11+
rev: 26.1.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -37,7 +37,7 @@ repos:
3737
args:
3838
- --max-line-length=100
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.19.0
40+
rev: v1.19.1
4141
hooks:
4242
- id: mypy
4343
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)