feat(LSP): Copy behavior for Mypy on pyproject

The results achieved in the Mypy config files, translate them to the
pyproject.toml in order to have the very same behavior.
This commit is contained in:
Dionisio E Alonso 2024-02-23 17:39:06 -03:00
parent b887f0b9ae
commit a1dbef0b64
1 changed files with 1 additions and 1 deletions

View File

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