Skip to content

Commit 544f8d3

Browse files
committed
Change default ruff output format to concise
This makes the check failures much easier to read in terminal
1 parent 823b59f commit 544f8d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ extend-exclude = [".cache"]
3232
line-length = 120
3333
unsafe-fixes = true
3434
preview = false
35+
output-format = "concise"
3536

3637
[tool.ruff.lint]
3738
select = ["ALL"]

0 commit comments

Comments
 (0)