You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whoogle-search/app
Ben Busby 8ad8e66d37 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/
3 years ago
..
models Allow user-defined CSS/theming (#227) 3 years ago
static Configure PWA for mobile browsers (#234) 3 years ago
templates Re-add search css to results page 3 years ago
utils Improve static typing throughout repo 3 years ago
__init__.py Allow user-defined CSS/theming (#227) 3 years ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Improve static typing throughout repo 3 years ago
request.py Improve static typing throughout repo 3 years ago
routes.py Improve static typing throughout repo 3 years ago