mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Workaround for sphinx type info being available magically on the CI server
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user