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 9495e40 commit 19b2595Copy full SHA for 19b2595
.pre-commit-config.yaml
@@ -62,13 +62,13 @@ repos:
62
63
# Format python code with black
64
- repo: https://github.com/psf/black
65
- rev: 193ee766ca496871f93621d6b58d57a6564ff81b # frozen: 23.7.0
+ rev: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
66
hooks:
67
- id: black
68
69
# Static type checking
70
- repo: https://github.com/pre-commit/mirrors-mypy
71
- rev: 92192ce4375942ece2c41ddfa482e3d723fe6084 # frozen: v1.5.0
+ rev: e5ea6670624c24f8321f6328ef3176dbba76db46 # frozen: v1.10.0
72
73
- id: mypy
74
exclude: ^(tests|docs)
0 commit comments