Add mypy
This commit is contained in:
@@ -20,3 +20,12 @@ repos:
|
||||
rev: v2.17.4
|
||||
hooks:
|
||||
- id: pylint
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.3.0
|
||||
hooks:
|
||||
- id: mypy
|
||||
additional_dependencies:
|
||||
[
|
||||
'fire',
|
||||
'types-PyYAML'
|
||||
]
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
pre-commit
|
||||
black
|
||||
mypy
|
||||
|
||||
Reference in New Issue
Block a user