chia-blockchain/mypy.ini
Kyle Altendorf bf01b58cb4
tweak mypy config (#9368)
* tweak mypy config

* add types-click to pre-commit
2021-11-24 13:06:39 -08:00

9 lines
172 B
INI

[mypy]
files = benchmarks,build_scripts,chia,tests,*.py
ignore_missing_imports = True
show_error_codes = True
warn_unused_ignores = True
[mypy - lib]
ignore_errors = True