Skip to content

Commit

Permalink
project: Extend ruff check with Pyflakes
Browse files Browse the repository at this point in the history
Enable Pyflakes rules when running ruff check.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt committed Nov 5, 2024
1 parent 8f7fc5e commit d6b34df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ extend-select = [
"I", # isort
"B", # flake8-bugbear
"E", # pycodestyle errors
"F", # Pyflakes
"UP", # pyupgrade
"W", # pycodestyle warnings
]
Expand Down

0 comments on commit d6b34df

Please sign in to comment.