From eac37b014447fc88f9e260da23827fd0e5ff3735 Mon Sep 17 00:00:00 2001 From: Glatzel Date: Mon, 7 Oct 2024 00:52:06 +0000 Subject: [PATCH] chore: synced local './' with remote 'template/' --- ruff.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index 06469d1..f62605e 100644 --- a/ruff.toml +++ b/ruff.toml @@ -21,7 +21,10 @@ select = [ "FURB", # refurb "RUF", # Ruff-specific rules "UP", # pyupgrade -] +] + +[lint.per-file-ignores] +"__init__.py" = ["F401"] [lint.pydocstyle] convention = "numpy" \ No newline at end of file