feat(LSP): Add nice pretty output for Mypy

This commit is contained in:
Dionisio E Alonso 2024-02-06 09:02:19 -03:00
parent 7dfa03eb73
commit b887f0b9ae
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[mypy]
show_column_numbers = true
pretty = true
ignore_missing_imports = true
follow_imports = silent