We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Style check should use pre-commit rather than separately running black and isort. This ensures that if pre-commit runs locally, it will run identically on the CI. See PyMAPDL implementation at: https://github.com/pyansys/pymapdl/blob/4822d49d94b8e849a57c25c3f74193fa8032c61a/.github/workflows/ci.yml#L21-L33
pre-commit
The text was updated successfully, but these errors were encountered:
MaxJPRey
Successfully merging a pull request may close this issue.
Style check should use pre-commit rather than separately running black and isort. This ensures that if
pre-commit
runs locally, it will run identically on the CI. See PyMAPDL implementation at:https://github.com/pyansys/pymapdl/blob/4822d49d94b8e849a57c25c3f74193fa8032c61a/.github/workflows/ci.yml#L21-L33
The text was updated successfully, but these errors were encountered: