whoogle-search/app/utils
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
..
__init__.py Project refactor (#85) 2020-06-02 12:54:47 -06:00
bangs.py Improve naming of *_utils files, update fn/class doc 2021-04-05 11:00:56 -04:00
results.py Improve static typing throughout repo 2021-04-05 11:00:56 -04:00
search.py Improve static typing throughout repo 2021-04-05 11:00:56 -04:00
session.py Improve naming of *_utils files, update fn/class doc 2021-04-05 11:00:56 -04:00