From 823b59ff51d95112e8aa19c8f1920129bae40e89 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 10 Sep 2024 17:12:17 +0100 Subject: 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 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] -- cgit v1.2.3