Workaround for sphinx type info being available magically on the CI server
This commit is contained in:
parent
7d690bbad2
commit
abff2292c1
@ -29,3 +29,8 @@ check_untyped_defs = True
|
|||||||
|
|
||||||
[mypy-kitty.rc.*]
|
[mypy-kitty.rc.*]
|
||||||
disallow_untyped_defs = True
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user