diff --git a/pyproject.toml b/pyproject.toml index 06589c9..1637277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,12 +44,5 @@ graph = [ ] [tool.ruff] -target-version = 'py311' +target-version = 'py39' line-length = 120 - -[tool.ruff.lint] -# See complete list : https://docs.astral.sh/ruff/rules/ -select = [ - "F", # pyflakes - "I", # isort -]