Skip to content

Commit

Permalink
chore(lsp): Move --pretty argument to command line
Browse files Browse the repository at this point in the history
Because it breaks pylsp output in neovim
  • Loading branch information
last-partizan committed Jun 1, 2024
1 parent 67d26e6 commit 5a3cd77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ lint:
ruff format --check modeltranslation *.py

typecheck:
mypy modeltranslation
mypy --pretty modeltranslation
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit 5a3cd77

Please sign in to comment.