Commit Graph

4 Commits

Author SHA1 Message Date
Robert Alonso
e42bca636e refactor: add optional argument to TodoParser to set configuration
Currently, this is just used to set identifiers
without needing to modify the environment, but this
could (should?) be extended to other options
2024-11-11 17:52:38 +00:00
Alastair Mooney
d6553dba69
Update TodoParser.py 2024-10-25 19:42:25 +01:00
Robert Alonso
9b24f44c63 refactor: clean up imports 2024-10-25 18:12:00 +00:00
Robert Alonso
662435d7fc refactor: split into modules
Split main.py into modules to (mostly) isolate the
GitHub-specific code from the general TODO
detection and program logic.
This is both for readability/maintainability and
to prepare for potentially supporting other
version control systems (e.g. GitLab, BitBucket).
2024-10-25 00:07:47 +00:00