File: mypy.ini

package info (click to toggle)
matrix-synapse-ldap3 0.2.2%2Bgit20221102%2B258473620416-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 184 kB
  • sloc: python: 977; sh: 10; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
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