summaryrefslogtreecommitdiff
path: root/mypy.ini
blob: 8f86a6af73e2c5f1417e27ebbcc8859922b34e36 (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