8 lines
128 B
INI
8 lines
128 B
INI
[mypy]
|
|
exclude = setup\.py|docs
|
|
|
|
[mypy-pcpp.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-cxxheaderparser._ply.*]
|
|
ignore_errors = True |