diff options
-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"] |