blob: b63d68fd3c75a9b1184fadb54141cdbd0dd4e58d (
plain)
1
2
3
4
5
6
7
8
9
|
[mypy]
# TODO: enable when we've fully annotated everything
#disallow_untyped_defs = True
# TODO: remove when 'gitdb' is fully annotated
[mypy-gitdb.*]
ignore_missing_imports = True
|