aiogram/mypy.ini

6 lines
101 B
INI
Raw Normal View History

2019-11-14 15:21:22 +02:00
[mypy]
ignore_missing_imports = True
2019-11-24 00:17:21 +02:00
show_error_context = True
show_error_codes = True
pretty = True