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 b381928 commit ec5e3aeCopy full SHA for ec5e3ae
mypy.ini
@@ -39,3 +39,7 @@ warn_untyped_fields = True
39
# Per-module options (one is kept as example):
40
; [mypy-aio-pika.*]
41
; ignore_missing_imports = True
42
+
43
+# Ignore specific error codes in alembic migration files
44
+[mypy-*.migration.versions.*]
45
+disable_error_code = var-annotated
0 commit comments