aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2023-11-03 09:32:24 +0100
committerGravatar Chris Lovering <[email protected]>2023-11-06 10:41:46 +0000
commita318520e9cc22c034ce47f38b5d89b4105b75330 (patch)
treeb42bc8f2cb8b326db884187d630162e5ae2b2d89
parentCorrected ruff check output format arg (diff)
Enable unsafe-fixes and preview for ruff
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e343142c..040732a4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -71,3 +71,5 @@ ignore = [
]
line-length = 120
select = ["ANN", "B", "C4", "D", "DTZ", "E", "F", "ISC", "INT", "N", "PGH", "PIE", "Q", "RET", "RSE", "RUF", "S", "SIM", "T20", "TID", "UP", "W"]
+unsafe-fixes = true
+preview = true