Enable flake8-pie linting rules (#267)

See https://docs.astral.sh/ruff/rules/#flake8-pie-pie.
This commit is contained in:
Marc Wrobel
2023-12-30 11:37:21 +01:00
parent 4548a5ab6a
commit c985bf4d5e

View File

@@ -15,6 +15,7 @@ select = [
"I", # isort
"ISC", # flake8-implicit-str-concat
"N", # pep8-naming
"PIE", # flake8-pie
"PGH", # pygrep-hooks
"RUF100", # unused noqa (yesqa)
"T10", # flake8-debugger