Ignore setup.py in mypy configuration.

pull/1931/head
Kieran R. Prasch 2020-05-28 11:53:12 -07:00
parent 2aa1e57cf4
commit edd5edbe59
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Global Options
[mypy]
python_version=3.6
verbosity=0
disallow_untyped_defs=False
@ -10,3 +10,7 @@ warn_return_any = False
no_implicit_optional = False
strict_optional = False
warn_no_return = False
# Module Options
[mypy-setup.py]
ignore_errors = True