mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Minor strictness increases
This commit is contained in:
@@ -27,6 +27,9 @@ warn_unused_configs = True
|
||||
check_untyped_defs = True
|
||||
disallow_untyped_defs = True
|
||||
disallow_untyped_decorators = True
|
||||
disallow_untyped_calls = True
|
||||
disallow_incomplete_defs = True
|
||||
no_implicit_reexport = True
|
||||
|
||||
[mypy-conf]
|
||||
# ignored because on the CI server sphinx type stubs are available somehow, but
|
||||
|
||||
Reference in New Issue
Block a user