diff --git a/pyproject.toml b/pyproject.toml index 735128d..618c5c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,3 +59,9 @@ convention = "google" "__init__.py" = ["F401"] # unused imports "tests/*" = ["D", "ANN", "PLR2004"] "scripts/*" = ["D"] + + +[tool.pytest.ini_options] +addopts = [ + "--import-mode=importlib", +]