Workaround for sphinx type info being available magically on the CI server

This commit is contained in:
Kovid Goyal 2020-03-09 18:37:23 +05:30
parent 7d690bbad2
commit abff2292c1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -29,3 +29,8 @@ check_untyped_defs = True
[mypy-kitty.rc.*]
disallow_untyped_defs = 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