diff options
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index ec50a31..315b40f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ extend-exclude = [".cache"] line-length = 120 unsafe-fixes = true preview = false +output-format = "concise" [tool.ruff.lint] select = ["ALL"] |