aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/cors.py
Commit message (Collapse)AuthorAgeFilesLines
* ignore type errors in cors.py (third party code)Bryan Newbold2021-11-031-2/+2
|
* web: add type annotationsBryan Newbold2021-11-031-10/+11
| | | | | This commit does not include type fixes, only annotations. A small number of tuples were also converted to lists.
* fmt (black): fatcat_web/Bryan Newbold2021-11-021-14/+19
|
* python: isort everythingBryan Newbold2021-11-021-1/+2
|
* bunch of lint/whitespace cleanupsBryan Newbold2019-02-221-3/+4
|
* add CORS flask helperBryan Newbold2019-02-221-0/+50