Feature request (please include as much detail as possible):
Refactor config.py to include records of the type or required field length of a config field, and then validate that the fields parsed from the config conform to the constraints. Because not all config fields are used on startup, this would prevent runtime type errors later on.
Feature request (please include as much detail as possible):
Refactor config.py to include records of the type or required field length of a config field, and then validate that the fields parsed from the config conform to the constraints. Because not all config fields are used on startup, this would prevent runtime type errors later on.