We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a2c9c commit ca20a77Copy full SHA for ca20a77
1 file changed
.pre-commit-config.yaml
@@ -43,3 +43,10 @@ repos:
43
entry: npm exec --yes -- jshint
44
language: system
45
files: ^mkdocs/.*\.js$
46
+ - id: mypy
47
+ name: mypy
48
+ entry: hatch run types:check
49
+ language: system
50
+ pass_filenames: false
51
+ always_run: false
52
+ require_serial: true
0 commit comments