We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 361f87e + 7040783 commit 0bdb8afCopy full SHA for 0bdb8af
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: isort
15
16
- repo: https://github.com/psf/black-pre-commit-mirror
17
- rev: 25.11.0
+ rev: 25.12.0
18
hooks:
19
- id: black
20
language_version: python3
@@ -26,7 +26,7 @@ repos:
26
exclude: 'venv'
27
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.18.2
+ rev: v1.19.0
30
31
- id: mypy
32
args: [--ignore-missing-imports]
0 commit comments