diff options
Diffstat (limited to 'pyproject.toml')
-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"] |