Skip to content

Commit 69cef56

Browse files
Enforce ruff/flake8-executable rules (EXE)
1 parent d1075de commit 69cef56

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
@@ -269,6 +269,7 @@ extend-exclude = [
269269
extend-select = [
270270
"ANN", # flake8-annotations
271271
"B", # flake8-bugbear
272+
"EXE", # flake8-executable
272273
"C4", # flake8-comprehensions
273274
"FLY", # flynt
274275
"FURB", # refurb

0 commit comments

Comments
 (0)