diff --git a/pyproject.toml b/pyproject.toml index 06cffb6..a465952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,14 +92,11 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$" # Python 3.10. target-version = "py310" -[tool.ruff] -# Ignore a variety of commonly ignored directories. -ignore = ["databases/**"] - [tool.ruff.mccabe] max-complexity = 10 [tool.ruff.per-file-ignores] +"databases/**" = ["*"] "**/database/*" = [ "A003", # We should allow shadowing "ANN002", # We don't want to type *args