aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/cleanups/files.py
Commit message (Collapse)AuthorAgeFilesLines
* typing: add annotations to remaining fatcat_tools codeBryan Newbold2021-11-031-4/+4
| | | | | Again, these are just annotations, no changes made to get type checks to pass
* fmt (black): fatcat_tools/Bryan Newbold2021-11-021-17/+21
|
* python: isort everythingBryan Newbold2021-11-021-1/+1
|
* 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-011-2/+0
|
* file cleanup tweaks to actually runBryan Newbold2019-10-081-3/+2
|
* new cleanup python tool/frameworkBryan Newbold2019-10-081-0/+74