jordaneremieff / mangum

AWS Lambda support for ASGI applications
https://mangum.io/
MIT License
1.67k stars 119 forks source link

Fix failing GitHub actions and add separate linting action #314

Open delenamalan opened 8 months ago

delenamalan commented 8 months ago

Fix failing GitHub actions and add separate linting action.

Fix the files that needed to be linted.

Add separate listing workflow so that linting only runs on a single Python version because Black might format files differently for different Python versions.