From a8554dd08fbc284544364696dec0eff67abeb247 Mon Sep 17 00:00:00 2001 From: Mr-Milk Date: Mon, 6 Mar 2023 22:33:11 +0800 Subject: [PATCH] add ruff rule --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4425c04..be37e12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,4 +32,7 @@ dev = [ "sphinx_design", "pydata-sphinx-theme", "sphinx-copybutton", -] \ No newline at end of file +] + +[tool.ruff.per-file-ignores] +"__init__.py" = ["F401"] \ No newline at end of file