dotfiles/mypy
Dionisio E Alonso 00a57f889c feat(mypy): Change configuration format
Changed mypy configuration INI format.  Python's configparser checks
boolean values in a case-insensitive manner, so it doesn't matter if
values start in Title-case or lower-case.  This way, the configuration
is easily translated to TOML format for writing a pyproject.toml file;
with the exception of string values which will have to be enclosed in
quotes anyways.
2024-02-04 18:20:09 -03:00
..
config feat(mypy): Change configuration format 2024-02-04 18:20:09 -03:00