aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-11-23 19:43:42 +0000
committerGravatar Chris Lovering <[email protected]>2024-11-23 19:43:42 +0000
commit0ac81aa05bc3a5715bd628604fb0c3d4248c0c33 (patch)
tree6dbfe243f42b07e289c8c97c3d937d4a0fd5881a /pyproject.toml
parentRemove deprecated ruff rules (diff)
Set ruff to use concise output and suggest unsafe fixes
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a8b552c9..84abc1ae 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -46,6 +46,8 @@ build-backend = "poetry.core.masonry.api"
target-version = "py311"
extend-exclude = [".cache"]
line-length = 120
+output-format = "concise"
+unsafe-fixes = true
[tool.ruff.lint]
ignore = [