From 5a3cd77ddb9a4e5ce0a95aab26c1141d0f9b8103 Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Sat, 1 Jun 2024 09:50:47 +0300 Subject: [PATCH] chore(lsp): Move --pretty argument to command line Because it breaks pylsp output in neovim --- Makefile | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9081439..a7aa230 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,4 @@ lint: ruff format --check modeltranslation *.py typecheck: - mypy modeltranslation + mypy --pretty modeltranslation diff --git a/pyproject.toml b/pyproject.toml index 2deed6e..0d3dce8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/'