We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b5108 commit e1cba5fCopy full SHA for e1cba5f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.3.0
+ rev: 25.9.0
4
hooks:
5
- id: black
6
args: ["--target-version", "py36"]
@@ -13,7 +13,7 @@ repos:
13
14
- id: isort
15
- repo: https://github.com/pre-commit/mirrors-mypy
16
- rev: v0.910
+ rev: v1.18.2
17
18
- id: mypy
19
args: ["--strict"]
0 commit comments