215-auth-module
As part of pm!125, adds authentication capabilities to the poulpy
tool.
For context on the changes in pre-commit:
- I did not really understand why we used external hooks when poetry already handles things like mypy, etc.
- Not using poetry caused issues for mypy, which requires an external dependency for
requests
typing. The previously used hook did not include this dependency, while usingpoetry
handles that dependency properly.