We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a57c38 commit 3c42df1Copy full SHA for 3c42df1
1 file changed
ruff.toml
@@ -125,6 +125,7 @@ preview = true
125
"S606", # subprocess.run without shell=True is safe for this script
126
"S607", # subprocess.run without shell=True is safe for this script
127
"T201", # print statements are fine for console output scripts
128
+ "EXE001", # git won't commit the executable flag I don't know why
129
]
130
131
[lint.flake8-boolean-trap]
0 commit comments