Merge branch 'pylsp-settings'

This commit is contained in:
Dionisio E Alonso 2024-01-31 00:24:49 -03:00
commit cd10517361
2 changed files with 18 additions and 18 deletions

View File

@ -1,19 +1,19 @@
[mypy] [mypy]
ignore_missing_imports = True show_column_numbers = true
follow_imports = silent ignore_missing_imports = true
show_column_numbers = True follow_imports = "silent"
show_error_codes = True show_error_codes = true
warn_unused_configs = True warn_unused_configs = true
allow_any_generics = False allow_any_generics = false
allow_subclassing_any = False allow_subclassing_any = false
allow_untyped_calls = False allow_untyped_calls = false
allow_untyped_defs = False allow_untyped_defs = false
allow_incomplete_defs = False allow_incomplete_defs = false
check_untyped_defs = True check_untyped_defs = true
allow_untyped_decorators = False allow_untyped_decorators = false
no_implicit_optional = True no_implicit_optional = true
warn_redundant_casts = True warn_redundant_casts = true
warn_unused_ignores = True warn_unused_ignores = true
warn_return_any = True warn_return_any = true
implicit_reexport = False implicit_reexport = false

View File

@ -31,9 +31,9 @@ disable = [
] ]
[tool.mypy] [tool.mypy]
show_column_numbers = true
ignore_missing_imports = true ignore_missing_imports = true
follow_imports = "silent" follow_imports = "silent"
show_column_numbers = true
show_error_codes = true show_error_codes = true
[tool.pytest.ini_options] [tool.pytest.ini_options]