misc(repo): adding some more stuff to the ruff configs
This commit is contained in:
parent
5aff4afad1
commit
dd9e221e2d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ target-version = "py311"
|
|||
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
|
||||
# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or
|
||||
# McCabe complexity (`C901`) by default.
|
||||
select = ["E4", "E7", "E9", "F", "W"]
|
||||
select = ["F", "W", "E", "C901"]
|
||||
ignore = []
|
||||
|
||||
# Allow fix for all enabled rules (when `--fix`) is provided.
|
||||
|
|
Loading…
Reference in a new issue