From deefdacf4cc63c569b70db7aa4e3c32cc2ac3029 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 11 Sep 2024 11:22:03 +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 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"] -- cgit v1.2.3