mypy, pylint

This commit is contained in:
Данил 2024-10-06 20:49:33 +03:00
parent 57c3920853
commit 67a9430d83
2 changed files with 199 additions and 0 deletions

6
chart/mypy.ini Normal file
View file

@ -0,0 +1,6 @@
[mypy]
check_untyped_defs = True
warn_return_any = True
warn_unreachable = True
show_error_codes = True
disable_error_code = import-untyped