Skip to content

Commit d6b34df

Browse files
committed
project: Extend ruff check with Pyflakes
Enable Pyflakes rules when running ruff check. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
1 parent 8f7fc5e commit d6b34df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ extend-select = [
5353
"I", # isort
5454
"B", # flake8-bugbear
5555
"E", # pycodestyle errors
56+
"F", # Pyflakes
5657
"UP", # pyupgrade
5758
"W", # pycodestyle warnings
5859
]

0 commit comments

Comments
 (0)