diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6b68be7..371255b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ build-backend = "poetry.masonry.api" [tool.ruff] target-version = "py311" -extend-exclude = [".cache", "alembic"] +extend-exclude = [".cache"] ignore = [ "ANN002", "ANN003", @@ -56,3 +56,4 @@ select = ["ALL"] [tool.ruff.per-file-ignores] "metricity/models.py" = ["A003"] +"alembic/*" = ["INP001"] |