ai-cfia / membrane-backend

Membrane Backend: A centralized authentication service for Single Sign-On (SSO) enabling seamless token-based email verification across multiple client applications.
MIT License
1 stars 0 forks source link

Fix lint test for lines too long #63

Closed vivalareda closed 9 months ago

vivalareda commented 9 months ago

Some lines are too long, must be <88 characters app.py:59:89: E501 Line too long (94 > 88 characters)

full log :

https://github.com/ai-cfia/membrane-backend/actions/runs/6267890775/job/17021816724

k-allagbe commented 9 months ago

Will be fixed in https://github.com/ai-cfia/membrane-backend/pull/55 along with changing testing framework (from pytest to unittest). Will add you as reviewer.

vivalareda commented 9 months ago

@k-allagbe changed the title to make what needs to be fixed clearer