diff options
author | 2024-09-11 11:22:03 +0100 | |
---|---|---|
committer | 2024-09-11 11:22:03 +0100 | |
commit | deefdacf4cc63c569b70db7aa4e3c32cc2ac3029 (patch) | |
tree | 4c9b1e3c094df9455f2f346dc9842ca188dff4a1 | |
parent | Update the feature type of 11.3.1 to ensure the changelog renders it correctly (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |