Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-21 | Fix a myriad of linter issues | Frederick Muriuki Muriithi | |
* Use `with` in place of plain `open` * Use f-strings in place of `str.format()` * Remove string interpolation from queries - provide data as query parameters * other minor fixes | |||
2021-05-13 | Rename file_utils to fs_helpers | BonfaceKilz | |
Generally avoid naming things with a "utils" prefix/ suffix since it encourages contributors to dump any new functions there; and over time, as the code grows, things get messy... |