mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-09 14:29:49 -04:00
11 lines
182 B
INI
11 lines
182 B
INI
[mypy]
|
|
strict = True
|
|
warn_unreachable = True
|
|
pretty = True
|
|
show_column_numbers = True
|
|
show_error_codes = True
|
|
show_error_context = True
|
|
|
|
[mypy-asyncpg]
|
|
ignore_missing_imports = True
|