Skip to content

Commit b59f9ba

Browse files
committed
Updated rules for alembic
1 parent 59461ea commit b59f9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ ignore = [
103103
"D100", # Ignore missing docstrings in public modules
104104
]
105105
"backend/app/models/__init__.py" = ["RUF022"]
106+
"backend/app/alembic/**/*.py" = ["D103"]
106107

107108
[tool.bandit]
108109
exclude_dirs = ["app/tests"]

0 commit comments

Comments
 (0)