mirror of
https://github.com/irmen/prog8.git
synced 2024-11-02 22:04:40 +00:00
11 lines
171 B
INI
11 lines
171 B
INI
[mypy]
|
|
follow_imports = normal
|
|
ignore_missing_imports = True
|
|
incremental = True
|
|
|
|
[mypy-il65/parsetab.*]
|
|
ignore_errors = True
|
|
|
|
[mypy-il65/plyparser.*]
|
|
ignore_errors = True
|