Skip to content

Commit

Permalink
ruff: re-enable basic checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Vallet authored and Arno500 committed Dec 26, 2024
1 parent 5e3fc35 commit c72f2ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ graph = [
[tool.ruff]
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 c72f2ff

Please sign in to comment.