mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
chore(lsp): Move --pretty argument to command line
Because it breaks pylsp output in neovim
This commit is contained in:
parent
67d26e6f63
commit
5a3cd77ddb
2 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -14,4 +14,4 @@ lint:
|
|||
ruff format --check modeltranslation *.py
|
||||
|
||||
typecheck:
|
||||
mypy modeltranslation
|
||||
mypy --pretty modeltranslation
|
||||
|
|
|
|||
|
|
@ -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/'
|
||||
|
|
|
|||
Loading…
Reference in a new issue