blob: 79f0c4499ad237a3bed7231b027714b217b25350 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[mypy]
follow_imports = silent
check_untyped_defs = True
allow_redefinition = True
exclude = fietsboek/updater/scripts/.+\.py
[mypy-pyramid.*]
ignore_missing_imports = True
[mypy-sqlalchemy.*]
ignore_missing_imports = True
[mypy-zope.*]
ignore_missing_imports = True
|