Enable flake8-simplify linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-simplify-sim.
This commit is contained in:
@@ -17,9 +17,10 @@ select = [
|
||||
"N", # pep8-naming
|
||||
"PIE", # flake8-pie
|
||||
"PGH", # pygrep-hooks
|
||||
"SLF", # flake8-self
|
||||
"RET", # flake8-return
|
||||
"RUF100", # unused noqa (yesqa)
|
||||
"SLF", # flake8-self
|
||||
"SIM", # flake8-simplify
|
||||
"T10", # flake8-debugger
|
||||
"UP", # pyupgrade
|
||||
"W", # pycodestyle warnings
|
||||
|
||||
Reference in New Issue
Block a user