Add ruff ignores for the check phase to avoid useless diagnostics.

This commit is contained in:
2026-08-26 01:07:24 +00:00
parent 7a64d8f73b
commit ebc13c0ee4
+1
View File
@@ -80,6 +80,7 @@ def ruff_format_content(
[ # noqa: S607 [ # noqa: S607
"ruff", "ruff",
"check", "check",
"--ignore=INP001,N999,CPY001",
"--fix", "--fix",
"--output-format=concise", "--output-format=concise",
str(temp_file), str(temp_file),