aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/fileset_generic.py
Commit message (Collapse)AuthorAgeFilesLines
* fmt (black): fatcat_tools/Bryan Newbold2021-11-021-27/+28
|
* python: isort everythingBryan Newbold2021-11-021-0/+1
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-1/+1
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* generic fileset importer class, with test coverageBryan Newbold2021-10-141-0/+83