Skip to content

Commit deefdac

Browse files
committed
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
1 parent aa8f868 commit deefdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ extend-exclude = [".cache"]
8383
output-format = "concise"
8484
line-length = 120
8585
unsafe-fixes = true
86-
preview = true
86+
preview = false
8787

8888
[tool.ruff.lint]
8989
select = ["ALL"]

0 commit comments

Comments
 (0)