]> git.proxmox.com Git - ceph.git/blob - ceph/src/mypy.ini
import ceph 15.2.10
[ceph.git] / ceph / src / mypy.ini
1 [mypy]
2 strict_optional = True
3 no_implicit_optional = True
4 ignore_missing_imports = True
5 warn_incomplete_stub = True
6 check_untyped_defs = True
7 show_error_context = True
8
9 [mypy-cephadm.*]
10 disallow_untyped_defs = True
11