diff --git a/pyproject.toml b/pyproject.toml index bdfc553..199998c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,7 @@ target-version = "py39" "S101", "PLR2004", "D103", + "TID252", ] "migrations/versions/*" = [ "N999",