このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/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/
2021-04-05 11:00:56 -04:00
..
models Allow user-defined CSS/theming (#227) 2021-04-05 11:00:56 -04:00
static Configure PWA for mobile browsers (#234) 2021-04-05 11:00:56 -04:00
templates Re-add search css to results page 2021-04-05 11:00:56 -04:00
utils Improve static typing throughout repo 2021-04-05 11:00:56 -04:00
__init__.py Allow user-defined CSS/theming (#227) 2021-04-05 11:00:56 -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-04-05 11:00:56 -04:00
request.py Improve static typing throughout repo 2021-04-05 11:00:56 -04:00
routes.py Improve static typing throughout repo 2021-04-05 11:00:56 -04:00