We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fdabe0 + d37930a commit 3340fbbCopy full SHA for 3340fbb
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black-pre-commit-mirror
3
- rev: 25.11.0
+ rev: 25.12.0
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
@@ -31,7 +31,7 @@ repos:
31
language: python
32
additional_dependencies: [pygments, restructuredtext_lint]
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.18.2
+ rev: v1.19.1
35
36
- id: mypy
37
files: ^(src/)
0 commit comments