aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/cleanups
Commit message (Collapse)AuthorAgeFilesLines
* cleanups: create a separate JsonLinePusher for cleanup workers (distinct ↵Bryan Newbold2021-11-032-2/+19
| | | | base class)
* typing: add assertions to fatcat_tool code to make type assumptions explicitBryan Newbold2021-11-031-0/+1
|
* typing: add annotations to remaining fatcat_tools codeBryan Newbold2021-11-032-13/+14
| | | | | Again, these are just annotations, no changes made to get type checks to pass
* fmt (black): fatcat_tools/Bryan Newbold2021-11-023-39/+45
|
* python: isort everythingBryan Newbold2021-11-022-2/+3
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-1/+1
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* lint (flake8) tool python filesBryan Newbold2020-07-012-3/+0
|
* file cleanup tweaks to actually runBryan Newbold2019-10-082-5/+4
|
* new cleanup python tool/frameworkBryan Newbold2019-10-084-0/+241