]> git.proxmox.com Git - ceph.git/blame - ceph/src/mypy.ini
Import ceph 15.2.8
[ceph.git] / ceph / src / mypy.ini
CommitLineData
9f95a23c
TL
1[mypy]
2strict_optional = True
3no_implicit_optional = True
4ignore_missing_imports = True
5warn_incomplete_stub = True
6check_untyped_defs = True
7show_error_context = True
f91f0fd5
TL
8[mypy-cephadm.services.*]
9
10disallow_untyped_defs = True
11