Add ruff ignores for the check phase to avoid useless diagnostics.
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user