aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-09-10 17:12:17 +0100
committerGravatar Chris Lovering <[email protected]>2024-09-10 17:12:17 +0100
commit823b59ff51d95112e8aa19c8f1920129bae40e89 (patch)
treeab3bab770b36abb561a4abcb8b8c51ded4ad5250
parentBump dev dependencies to latest (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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fb6ad08..ec50a31 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ target-version = "py311"
extend-exclude = [".cache"]
line-length = 120
unsafe-fixes = true
-preview = true
+preview = false
[tool.ruff.lint]
select = ["ALL"]