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
As discussed in PR #44, we need to set up a GitHub Actions workflow to automatically run all tests on each Pull Request.
The workflow should:
black
flake8
pylint
ruff
pytest
src
lib
The text was updated successfully, but these errors were encountered:
GabrielBarberini
No branches or pull requests
Overview
As discussed in PR #44, we need to set up a GitHub Actions workflow to automatically run all tests on each Pull Request.
Specifications
The workflow should:
black
for code formatting checkflake8
for lintingpylint
for static code analysisruff
for additional linting/checkingpytest
for running all testsAdditional considerations
src
instead oflib
)Reference
The text was updated successfully, but these errors were encountered: