We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59461ea commit b59f9baCopy full SHA for b59f9ba
1 file changed
pyproject.toml
@@ -103,6 +103,7 @@ ignore = [
103
"D100", # Ignore missing docstrings in public modules
104
]
105
"backend/app/models/__init__.py" = ["RUF022"]
106
+"backend/app/alembic/**/*.py" = ["D103"]
107
108
[tool.bandit]
109
exclude_dirs = ["app/tests"]
0 commit comments