This commit is contained in:
NanoCode012
2023-05-29 17:35:51 +09:00
parent 0dd35c74af
commit 741a3f2edc
3 changed files with 13 additions and 0 deletions

3
.mypy.ini Normal file
View File

@@ -0,0 +1,3 @@
[mypy]
exclude = venv

View File

@@ -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'
]

View File

@@ -1,2 +1,3 @@
pre-commit
black
mypy