enable pycodestyle and pyflakes checks in ruff
Change-Id: I4dfad000f38b4405c94085f279794362c738534c Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
This commit is contained in:
parent
1921d6d22b
commit
7204dbcc95
@ -7,6 +7,8 @@ ignore = ["D001"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
"E", # pycodestyle (error)
|
||||
"F", # pyflakes
|
||||
"S", # flake8-bandit
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user