Files
conference-room-booking-system/mypy.ini
2025-10-02 21:44:14 -04:00

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