Enable flake8-executable linting rules (#267)

See https://docs.astral.sh/ruff/rules/#flake8-executable-exe.
This commit is contained in:
Marc Wrobel
2023-12-30 11:28:16 +01:00
parent 298ad1a754
commit 4548a5ab6a
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ select = [
"COM", # flake8-commas
"DTZ", # flake8-commas
"E", # pycodestyle errors
"EM", # pycodestyle errors
"EM", # flake8-errmsg
"EXE", # flake8-executable
"F", # pyflakes errors
"I", # isort
"ISC", # flake8-implicit-str-concat