-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement CI and coding standards #5
Comments
For reference, here's an example CI config with the on:
push:
branches:
- main
pull_request:
types:
- synchronize
- opened
- reopened |
There seems to be a pre-commit app being run as part of actions/CI. |
in a quick meeting @arthurBarthe suggested interest in having linting done by pre-commit.ci. xGCM do this. Though it won't run on a free private repo (either needs to be public, or paid). |
Add a CI framework for code and select standards to run to.
black
pylint
mypy
pydocstyle numpy convention
The text was updated successfully, but these errors were encountered: