add: mypy configuraion

This commit is contained in:
eggplants
2022-02-04 01:16:25 +09:00
parent 18a37b9d5e
commit c274c474b2
2 changed files with 9 additions and 4 deletions

View File

@@ -65,3 +65,9 @@ profile = black
indent-size = 4
max-line-length = 88
extend-ignore = E203,W503,E501,W605
[mypy]
python_version = 3.9
show_error_codes = True
pretty = True
strict = True