Skip to content

Commit 90b43d9

Browse files
authored
Enable ruff's flake8-executable (EXE) rules (#2898)
1 parent 49b5afd commit 90b43d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ select = [
104104
"BLE", # flake8-blind-except
105105
"C4", # flake8-comprehensions
106106
"E", # pycodestyle
107+
"EXE", # flake8-executable
107108
"F", # pyflakes
108109
"FA", # flake8-future-annotations
109110
"FLY", # flynt

0 commit comments

Comments
 (0)