diff --git a/pyproject.toml b/pyproject.toml index d8cfcfa4..8d285bd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,6 +108,9 @@ exclude = ["tests/artifacts/**/*.safetensors"] [tool.ruff.lint] select = ["E4", "E7", "E9", "F", "I", "N", "B", "C4", "SIM"] +[tool.ruff.lint.per-file-ignores] +"__init__.py" = ["F401", "F403"] + [tool.bandit] exclude_dirs = [ "tests",