Enable flake8-pie linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-pie-pie.
This commit is contained in:
@@ -15,6 +15,7 @@ select = [
|
|||||||
"I", # isort
|
"I", # isort
|
||||||
"ISC", # flake8-implicit-str-concat
|
"ISC", # flake8-implicit-str-concat
|
||||||
"N", # pep8-naming
|
"N", # pep8-naming
|
||||||
|
"PIE", # flake8-pie
|
||||||
"PGH", # pygrep-hooks
|
"PGH", # pygrep-hooks
|
||||||
"RUF100", # unused noqa (yesqa)
|
"RUF100", # unused noqa (yesqa)
|
||||||
"T10", # flake8-debugger
|
"T10", # flake8-debugger
|
||||||
|
|||||||
Reference in New Issue
Block a user