Mypy: define sqlalchemy plugin
This commit is contained in:
parent
9d455f58b1
commit
3a9d83f86c
@ -35,6 +35,9 @@ warn_unused_ignores = true
|
|||||||
exclude = [
|
exclude = [
|
||||||
'^build_helpers\.py$'
|
'^build_helpers\.py$'
|
||||||
]
|
]
|
||||||
|
plugins = [
|
||||||
|
"sqlalchemy.ext.mypy.plugin"
|
||||||
|
]
|
||||||
|
|
||||||
[[tool.mypy.overrides]]
|
[[tool.mypy.overrides]]
|
||||||
module = "tests.*"
|
module = "tests.*"
|
||||||
|
Loading…
Reference in New Issue
Block a user