Ignore executable flag of the temporary file being used to build devserver script.
This commit is contained in:
@@ -80,7 +80,7 @@ def ruff_format_content(
|
|||||||
[ # noqa: S607
|
[ # noqa: S607
|
||||||
"ruff",
|
"ruff",
|
||||||
"check",
|
"check",
|
||||||
"--ignore=INP001,N999,CPY001",
|
"--ignore=EXE001,INP001,N999,CPY001",
|
||||||
"--fix",
|
"--fix",
|
||||||
"--output-format=concise",
|
"--output-format=concise",
|
||||||
str(temp_file),
|
str(temp_file),
|
||||||
|
|||||||
Reference in New Issue
Block a user