forked from ZEISS/pylibczirw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mypy.ini
More file actions
27 lines (27 loc) · 647 Bytes
/
Copy path.mypy.ini
File metadata and controls
27 lines (27 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[mypy]
disallow_untyped_defs=True
disallow_incomplete_defs=True
check_untyped_defs=True
no_implicit_optional=True
strict_optional=True
strict_equality = True
warn_redundant_casts=True
warn_unused_ignores=True
warn_return_any=False
warn_unused_configs=True
warn_unreachable=True
no_implicit_reexport=True
exclude="/(build|out|libs)/$"
namespace_packages = False
[mypy-_pylibCZIrw]
ignore_missing_imports=True
[mypy-numpy]
ignore_missing_imports = True
[mypy-validators]
ignore_missing_imports = True
[mypy-pytest]
ignore_missing_imports = True
[mypy-packaging.version]
ignore_missing_imports = True
[mypy-setuptools.*]
ignore_missing_imports = True