internetarchive / fatcat-scholar

search interface for scholarly works
https://scholar.archive.org
Other
78 stars 14 forks source link

PEP 484 prohibits implicit Optional so mypy has changed its default #105

Closed cclauss closed 7 months ago

cclauss commented 1 year ago

A change in current versions of mypy...

PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True

Also, black and flake8 fixes.