This change adds a tiny CI workflow to keep the python files clean.
I made the initial changes to the py files which mostly was inconsistent whitespaces and some minor issues.
The pipelines runs only on pull requests at moment and in the future could be expanded to check that your usual release build workflows runs without issues.
PS: I have excluded docs/.etherpad-backups from the checks since I assume this is an unmaintained file.
Also since github actions haven't been configured for this repository before the CI run won't be triggered due to security but should run on the next PR.
This change adds a tiny CI workflow to keep the python files clean. I made the initial changes to the py files which mostly was inconsistent whitespaces and some minor issues.
The pipelines runs only on pull requests at moment and in the future could be expanded to check that your usual release build workflows runs without issues.
PS: I have excluded docs/.etherpad-backups from the checks since I assume this is an unmaintained file. Also since github actions haven't been configured for this repository before the CI run won't be triggered due to security but should run on the next PR.