chore(lsp): Move --pretty argument to command line

Because it breaks pylsp output in neovim
This commit is contained in:
Serhii Tereshchenko 2024-06-01 09:50:47 +03:00
parent 67d26e6f63
commit 5a3cd77ddb
2 changed files with 1 additions and 2 deletions

View file

@ -14,4 +14,4 @@ lint:
ruff format --check modeltranslation *.py
typecheck:
mypy modeltranslation
mypy --pretty modeltranslation

View file

@ -46,7 +46,6 @@ incremental = true
warn_unused_ignores = true
warn_redundant_casts = true
warn_unused_configs = true
pretty = true
show_error_context = true
exclude = [
'tests/'