Enable Ruff EXE (flake8-executable) (#13346)

This commit is contained in:
Avasam
2025-01-02 13:34:05 -05:00
committed by GitHub
parent e02e7ad5da
commit a540f78784
12 changed files with 4 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ external = ["F821", "NQA", "Y"]
select = [
"ARG", # flake8-unused-arguments
"B", # flake8-bugbear
"EXE", # flake8-executable
"FA", # flake8-future-annotations
"I", # isort
"N", # pep8-naming