Skip to content
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 Python Code Style Enforcement to GitHub Actions #272

Merged
merged 3 commits into from
Oct 13, 2023

Commits on Oct 12, 2023

  1. Add tooling to help manage virtualenvs and run formatters and linters…

    … on src files
    
    Signed-off-by: Jose R. Gonzalez <komish@flutes.dev>
    komish committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ea1164d View commit details
    Browse the repository at this point in the history
  2. Add action to enforce python style on core script changes

    Signed-off-by: Jose R. Gonzalez <komish@flutes.dev>
    komish committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1629bd1 View commit details
    Browse the repository at this point in the history
  3. Add default target and remove configurable venv paths

    Signed-off-by: Jose R. Gonzalez <komish@flutes.dev>
    komish committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a207421 View commit details
    Browse the repository at this point in the history