mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-21 06:36:02 +00:00
Workaround for sphinx type info being available magically on the CI server
This commit is contained in:
parent
7d690bbad2
commit
abff2292c1
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue