aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-26 11:56:06 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-26 11:56:06 +0100
commitf91c2fd9cd68acae30c3a27d75a35e8c327ac820 (patch)
treec90a9207b6d16b64b632594297672e50741d2d5e
parentDocument e-mail variables (diff)
Disable ruff preview mode
A lot of these rules aren't ready for use, which cause us to add them to the ignore list. When the rules are then ready for use, we never end up removing them
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dfb4afe..a1ef17d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,6 @@ target-version = "py312"
extend-exclude = [".cache"]
line-length = 100
unsafe-fixes = true
-preview = true
output-format = "concise"
[tool.ruff.lint]