amanuensis/mypy.ini

4 lines
171 B
INI
Raw Permalink Normal View History

2021-06-03 04:31:34 +00:00
[mypy]
ignore_missing_imports = true
2021-06-29 07:35:23 +00:00
exclude = "|amanuensis/lexicon/.*|amanuensis/server/.*|amanuensis/server/session/.*|"
2021-06-03 04:31:34 +00:00
; mypy stable doesn't support pyproject.toml yet