-
-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pre-commit #140
Add pre-commit #140
Conversation
You can also extend this further and add a github action. See: https://levelup.gitconnected.com/raise-the-bar-of-code-quality-in-python-projects-7c49743f004f |
This was the next thing on my mind. Will do this. Thank you! @swiftugandan |
@swiftugandan done! Please add a secret in the repo settings named CI_TOKEN. This should be a Personal Access Token allowing the Read/Write commit. |
|
|
@swiftugandan fixed! |
Thanks for this! Looks nice but want to perform some more testing before it gets merged |
Ok most probably lots of changes need to be done after merging this, but seems like a good start. Merging |
This fixes #131
@mgogoulos please let me know if there are any further changes required.
Thank you!