Skip to content

Commit

Permalink
ruff: set format to py39 for compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Vallet committed Dec 20, 2024
1 parent 2f031d9 commit 58d16be
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

0 comments on commit 58d16be

Please sign in to comment.