aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-12 15:47:11 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-12 15:47:11 +0100
commit5b8262e6ff578f3122bad9a95cc957107bf4462c (patch)
tree7c01b24b99002f94ca1c223d1a58b7c53dec8f7c /pyproject.toml
parentRevert recent Netlify commits (diff)
Disable ruff preview mode
A lot of rules marked as preview 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 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1824c32..5ff013e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,6 @@ target-version = "py311"
extend-exclude = [".cache"]
line-length = 120
unsafe-fixes = true
-preview = true
output-format = "concise"
[tool.ruff.lint]