diff --git a/pyproject.toml b/pyproject.toml index 7fb73c7..d8b1e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,7 @@ line-length = 80 indent-width = 4 [tool.ruff.lint] +preview = true extend-select = [ "D419", # empty-docstring "E501", # line-too-long @@ -58,7 +59,6 @@ extend-select = [ "PLC2401", # non-ascii-name "PLC2801", # unnecessary-dunder-call "PLC3002", # unnecessary-direct-lambda-call - "E999", # syntax-error "PLE0101", # return-in-init "F706", # return-outside-function "F704", # yield-outside-function