diff options
author | 2024-11-23 19:25:04 +0000 | |
---|---|---|
committer | 2024-11-23 19:25:04 +0000 | |
commit | bab1a8b83ee00bec79aa9361a58c783e30e68599 (patch) | |
tree | 1ac90919f1aa58da795e3f91cbb35140edfcff18 | |
parent | Remove deprecated ruff rules (diff) |
Disable preview rules
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 83215982..6e25a5ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,6 @@ extend-exclude = [".cache"] output-format = "concise" line-length = 120 unsafe-fixes = true -preview = true [tool.ruff.lint] select = ["ANN", "B", "C4", "D", "DTZ", "E", "F", "I", "ISC", "INT", "N", "PGH", "PIE", "Q", "RET", "RSE", "RUF", "S", "SIM", "T20", "TID", "UP", "W"] |