From ebc13c0ee403490889f3f999e8e63d91c2f267ca Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Wed, 26 Aug 2026 01:07:24 +0000 Subject: [PATCH] Add ruff ignores for the check phase to avoid useless diagnostics. --- fastapi_vue_setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fastapi_vue_setup.py b/fastapi_vue_setup.py index 17e7210..ff49708 100644 --- a/fastapi_vue_setup.py +++ b/fastapi_vue_setup.py @@ -80,6 +80,7 @@ def ruff_format_content( [ # noqa: S607 "ruff", "check", + "--ignore=INP001,N999,CPY001", "--fix", "--output-format=concise", str(temp_file),