This commit is contained in:
Yuhong Sun
2024-10-13 14:35:56 -07:00
committed by GitHub
parent 26bdb41e8f
commit b393af676c

View File

@@ -5,7 +5,7 @@ explicit_package_bases = true
disallow_untyped_defs = true disallow_untyped_defs = true
[[tool.mypy.overrides]] [[tool.mypy.overrides]]
module = "alembic.versions.*" module = "alembic*.versions.*"
disable_error_code = ["var-annotated"] disable_error_code = ["var-annotated"]
[tool.ruff] [tool.ruff]