Now have sphinx types on dev machine

This commit is contained in:
Kovid Goyal
2021-12-23 10:13:16 +05:30
parent 0a9ba1bc08
commit 8699f90fa4
3 changed files with 5 additions and 11 deletions

View File

@@ -30,8 +30,3 @@ disallow_untyped_calls = True
disallow_incomplete_defs = True
strict = True
no_implicit_reexport = True
[mypy-conf]
# ignored because on the CI server sphinx type stubs are available somehow, but
# not on my dev machine
warn_unused_ignores = False