diff --git a/pyproject.toml b/pyproject.toml index 1689c69..79c2116 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,11 @@ combine_as_imports = true [tool.ruff] line-length = 100 -select = ["E", "F"] target-version = "py311" -[tool.ruff.per-file-ignores] +[tool.ruff.lint] +select = ["E", "F"] + + +[tool.ruff.lint.per-file-ignores] "__init__.py" = ["F401"]