From f91c2fd9cd68acae30c3a27d75a35e8c327ac820 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 26 Aug 2024 11:56:06 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dfb4afe..a1ef17d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ target-version = "py312" extend-exclude = [".cache"] line-length = 100 unsafe-fixes = true -preview = true output-format = "concise" [tool.ruff.lint] -- cgit v1.2.3