Skip to content

Commit

Permalink
I prefer the short output by default when linting the whole project.
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed Sep 2, 2024
1 parent eb5faf2 commit 26ae424
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ markers = [
]


[tool.ruff]
output-format = "concise"

[tool.ruff.lint]
select = ["ALL"]
ignore = [
Expand Down

0 comments on commit 26ae424

Please sign in to comment.