Closed sthaha closed 1 week ago
This modifies config to make use of proper python typing for config and to make use of predictable paths for directories
Changes include:
In addition to approval, the author must confirm the following check list:
[ ] Run the following command to format your code:
make fmt
[ ] Create issues for unresolved comments and link them to this PR. Use one of the following labels:
must-fix
minor
nit
This modifies config to make use of proper python typing for config and to make use of predictable paths for directories
Changes include:
Checklist for PR Author
In addition to approval, the author must confirm the following check list:
[ ] Run the following command to format your code:
[ ] Create issues for unresolved comments and link them to this PR. Use one of the following labels:
must-fix
: The logic appears incorrect and must be addressed.minor
: Typos, minor issues, or potential refactoring for better readability.nit
: Trivial issues like extra spaces, commas, etc.