IdentityPython / SATOSA

Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2)
https://idpy.org
Apache License 2.0
199 stars 122 forks source link

Flake8 non-formatting changes #424

Closed bajnokk closed 1 year ago

bajnokk commented 1 year ago

This PR contains a series of patches to resolve flake8 violations, which are not just code formatting. The ignored violations are appended to tox.ini, so now flake8 --config tox.ini should pass without an error.

This patch series depends on #422 , so that one can run the unittests on a standard development environment.

All Submissions:

c00kiemon5ter commented 1 year ago

Thank you! Some of those conventions may change, as I think they are in conflict with pysaml2's ruleset and conventions (which will probably be shared with this project). But for now this is an improvement ;)