Fix manager types scope (#991)

* Fix manager types scope

* Restore incremental mode and mention in developer docs

* Separate dev mypy config and regular one

* Document config files usage
This commit is contained in:
sterliakov
2022-06-14 21:30:13 +04:00
committed by GitHub
parent ae5b1a4edf
commit 32e13c37a6
8 changed files with 73 additions and 8 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ addopts =
-s
-v
--cache-clear
--mypy-ini-file=./mypy.ini
--mypy-ini-file=./mypy.ini.dev
--mypy-extension-hook=scripts.tests_extension_hook.django_plugin_hook