This commit is contained in:
Devaev Maxim
2020-05-12 08:43:12 +03:00
parent 44d6288416
commit 55aa443d68
6 changed files with 133 additions and 0 deletions

5
linters/mypy.ini Normal file
View File

@@ -0,0 +1,5 @@
[mypy]
python_version = 3.8
ignore_missing_imports = true
disallow_untyped_defs = true
strict_optional = true