1[mypy]
2mypy_path = ../../..
3
4[mypy-numpy]
5ignore_errors = True
6
7[mypy-numpy.*]
8ignore_errors = True
9