summaryrefslogtreecommitdiff
path: root/mypy.ini
blob: 142c6de2576877688436346b5e726949ab64173f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[mypy]

# TODO can't enable this yet
#strict = True

check_untyped_defs = True
scripts_are_modules = True

show_error_codes = True

# TODO The tests currently do not pass Mypy.
# Don't forget to update tox.ini when they do!
files =
    ldap_auth_provider.py

[mypy-ldap3.*]
ignore_missing_imports = True