MyPy, Pylint

This commit is contained in:
DarkCat09 2023-05-30 14:47:06 +04:00
parent ca8816a77d
commit 73fc57a105
4 changed files with 226 additions and 15 deletions

5
mypy.ini Normal file
View file

@ -0,0 +1,5 @@
[mypy]
check_untyped_defs = True
warn_return_any = True
warn_unreachable = True
show_error_codes = True