]> git.proxmox.com Git - ceph.git/blob - ceph/src/mypy.ini
import 15.2.0 Octopus source
[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