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
requeststyping. The previously used hook did not include this dependency, while usingpoetryhandles that dependency properly.
Edited by Matthieu Stombellini