project: Extend ruff check with Pyflakes
Enable Pyflakes rules when running ruff check. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
8f7fc5edef
commit
d6b34dfa64
|
@ -53,6 +53,7 @@ extend-select = [
|
||||||
"I", # isort
|
"I", # isort
|
||||||
"B", # flake8-bugbear
|
"B", # flake8-bugbear
|
||||||
"E", # pycodestyle errors
|
"E", # pycodestyle errors
|
||||||
|
"F", # Pyflakes
|
||||||
"UP", # pyupgrade
|
"UP", # pyupgrade
|
||||||
"W", # pycodestyle warnings
|
"W", # pycodestyle warnings
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue