aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-09-11 11:22:03 +0100
committerGravatar Chris Lovering <[email protected]>2024-09-11 11:22:03 +0100
commitdeefdacf4cc63c569b70db7aa4e3c32cc2ac3029 (patch)
tree4c9b1e3c094df9455f2f346dc9842ca188dff4a1 /pyproject.toml
parentUpdate the feature type of 11.3.1 to ensure the changelog renders it correctly (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
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9686f08d..b330bac2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -83,7 +83,7 @@ extend-exclude = [".cache"]
output-format = "concise"
line-length = 120
unsafe-fixes = true
-preview = true
+preview = false
[tool.ruff.lint]
select = ["ALL"]