whoogle-search/app
Ben Busby f4a087303d
Improve static typing throughout repo
Eventually this should be part of a separate mypy ci build, but right
now it's just a general guideline. Future commits and PRs should be
validated for static typing wherever possible.

For reference, the testing commands used for this commit were:

mypy --ignore-missing-imports --pretty --disallow-untyped-calls app/
mypy --ignore-missing-imports --pretty --disallow-untyped-calls test/
2021-03-24 15:13:52 -04:00
..
models Allow user-defined CSS/theming (#227) 2021-03-20 21:21:41 -04:00
static Configure PWA for mobile browsers (#234) 2021-03-22 13:04:29 -04:00
templates Re-add search css to results page 2021-03-22 10:59:32 -04:00
utils Improve static typing throughout repo 2021-03-24 15:13:52 -04:00
__init__.py Allow user-defined CSS/theming (#227) 2021-03-20 21:21:41 -04:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Improve static typing throughout repo 2021-03-24 15:13:52 -04:00
request.py Improve static typing throughout repo 2021-03-24 15:13:52 -04:00
routes.py Improve static typing throughout repo 2021-03-24 15:13:52 -04:00