diff --git a/pyproject.toml b/pyproject.toml index 953f7ac1..40c6a768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ target-version = "py310" [tool.ruff.lint] extend-select = ["CPY001", "UP"] +preview = true [tool.ruff.lint.extend-per-file-ignores] # F401: imported but unused, common for __init__.py files