Skip to content

Commit 9f6d31f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0)
1 parent 929ce5c commit 9f6d31f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ repos:
2525
- id: mixed-line-ending
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.18.2
28+
rev: v1.19.0
2929
hooks:
3030
- id: mypy
3131
name: Mypy typing checks
3232

33-
- repo: https://github.com/psf/black
34-
rev: 25.9.0
33+
- repo: https://github.com/psf/black-pre-commit-mirror
34+
rev: 25.12.0
3535
hooks:
3636
- id: black
3737
language_version: python3.9

0 commit comments

Comments
 (0)