Skip to content

Commit 823b59f

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 6cfafbb commit 823b59f

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
@@ -31,7 +31,7 @@ target-version = "py311"
3131
extend-exclude = [".cache"]
3232
line-length = 120
3333
unsafe-fixes = true
34-
preview = true
34+
preview = false
3535

3636
[tool.ruff.lint]
3737
select = ["ALL"]

0 commit comments

Comments
 (0)