aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/reviewers/review_common.py
Commit message (Collapse)AuthorAgeFilesLines
* typing: first batch of python bulk type annotationsBryan Newbold2021-11-031-23/+64
| | | | | | While these changes are more delicate than simple lint changes, this specific batch of edits and annotations was *relatively* simple, and resulted in few code changes other than function signature additions.
* fmt (black): fatcat_tools/Bryan Newbold2021-11-021-25/+36
|
* python: isort everythingBryan Newbold2021-11-021-2/+2
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-1/+1
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* reviewer: add annotations required by mypyBryan Newbold2021-11-021-2/+3
|
* lint (flake8) tool python filesBryan Newbold2020-07-011-2/+0
|
* reviewer: fix bugs in common code found by mypyBryan Newbold2020-07-011-2/+3
|
* refactor all python source for client lib nameBryan Newbold2019-09-051-3/+3
|
* fix reviewer bugs (thanks pylint)Bryan Newbold2019-04-061-3/+3
|
* basic dummy review botBryan Newbold2019-04-061-0/+237