Features
-
Added FastAPI support (#60)
Added a
--type-checking-fastapi-enabled
option to treat decorated function annotations as required at runtime. Note that FastAPI also evaluates the annotations of callables passed toDepends
. For now that is not handled by the setting.
Fixes and improvements
- Corrected the flake8-extensions code in the project's pyproject.toml (was
TCH
rather thanTC
) - Removed dead changelog link in favour of releases link, in the pypi metadata
- Removed pytest-cov in favour of just coverage
- Rewrote sections of the docs