nvim+mypy

This commit is contained in:
Henrik Bakken
2025-09-12 13:02:23 +02:00
parent ddebef05e0
commit f6513daf77
2 changed files with 37 additions and 24 deletions
+5 -17
View File
@@ -1,18 +1,6 @@
[mypy]
show_error_context = True
show_error_codes = True
show_column_numbers = True
pretty = True
color_output = True
disallow_untyped_calls = False
disallow_untyped_defs = True
disallow_incomplete_defs = True
disallow_untyped_decorators = True
# warn_redundant_casts = True
# warn_unused_ignores = True
# warn_unreachable = True
warn_return_any = False
no_implicit_optional = True
strict_optional = True
strict = true
local_partial_types = true
warn_return_any = false
disallow_subclassing_any = false
pretty = true