diff --git a/ruff.toml b/ruff.toml index d665ebb..db1bcd3 100644 --- a/ruff.toml +++ b/ruff.toml @@ -394,3 +394,6 @@ extend-ignore = [ "PLW0603", # global-statement # "PLW1404", # implicit-str-concat ] + +[lint.per-file-ignores] +"__init__.py" = ["F401"]