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 7cf39b4 commit 7c64f9eCopy full SHA for 7c64f9e
pyproject.toml
@@ -82,13 +82,11 @@ python_version = "3.8"
82
show_error_codes = true
83
pretty = true
84
strict = true
85
-# db.Model attribute doesn't recognize subclassing
86
disable_error_code = ["name-defined", 'union-attr']
87
-# db.Model is Any
88
disallow_subclassing_any = false
89
[[tool.mypy.overrides]]
90
module = "ellar_sqlalchemy.cli.commands"
91
ignore_errors = true
92
93
module = "ellar_sqlalchemy.migrations.*"
94
-disable_error_code = ["arg-type", 'union-attr']
+disable_error_code = ["arg-type", 'union-attr']
0 commit comments