Ignore executable flag of the temporary file being used to build devserver script.

This commit is contained in:
2026-08-31 15:52:56 +00:00
parent 0bba199376
commit 5dbe9a0dcd
+1 -1
View File
@@ -80,7 +80,7 @@ def ruff_format_content(
[ # noqa: S607
"ruff",
"check",
"--ignore=INP001,N999,CPY001",
"--ignore=EXE001,INP001,N999,CPY001",
"--fix",
"--output-format=concise",
str(temp_file),