Files
conference-room-booking-system/mypy.ini
T

11 lines
182 B
INI
Raw Normal View History

2025-09-30 15:30:49 -04:00
[mypy]
2025-10-02 21:44:14 -04:00
strict = True
warn_unreachable = True
pretty = True
show_column_numbers = True
show_error_codes = True
show_error_context = True
2025-09-30 15:30:49 -04:00
[mypy-asyncpg]
ignore_missing_imports = True