Skip to content

Commit 3c42df1

Browse files
1 parent 8a57c38 commit 3c42df1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ preview = true
125125
"S606", # subprocess.run without shell=True is safe for this script
126126
"S607", # subprocess.run without shell=True is safe for this script
127127
"T201", # print statements are fine for console output scripts
128+
"EXE001", # git won't commit the executable flag I don't know why
128129
]
129130

130131
[lint.flake8-boolean-trap]

0 commit comments

Comments
 (0)