Skip to content

Commit 0ac81aa

Browse files
committed
Set ruff to use concise output and suggest unsafe fixes
1 parent 7a4dfe9 commit 0ac81aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ build-backend = "poetry.core.masonry.api"
4646
target-version = "py311"
4747
extend-exclude = [".cache"]
4848
line-length = 120
49+
output-format = "concise"
50+
unsafe-fixes = true
4951

5052
[tool.ruff.lint]
5153
ignore = [

0 commit comments

Comments
 (0)