Skip to content

Commit 3b37233

Browse files
committed
Set ruff to use concise output and suggest unsafe fixes
1 parent 189a3c8 commit 3b37233

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
@@ -69,6 +69,8 @@ source = ["tests"]
6969
target-version = "py312"
7070
extend-exclude = [".cache"]
7171
line-length = 120
72+
output-format = "concise"
73+
unsafe-fixes = true
7274

7375
[tool.ruff.lint]
7476
select = ["ANN", "B", "C4", "D", "DTZ", "E", "F", "I", "ISC", "INT", "N", "PGH", "PIE", "Q", "RET", "RSE", "RUF", "S", "SIM", "T20", "TID", "UP", "W"]

0 commit comments

Comments
 (0)