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

ci: Add format check workflow #766

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 6, 2024

  1. project: Add ruff format settings

    Add setting for the ruff formatter to check during CI.
    
    Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
    pdgendt committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5af0ecb View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. ci: Add format check workflow

    Add a CI workflow to report formatting issues on changed files. This is
    to gradually update files in the repository to be conform with PEP8
    formatting.
    
    Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
    pdgendt committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5ea42a8 View commit details
    Browse the repository at this point in the history
  2. tests: Format test_alias.py

    Formatting test_alias.py is trivial.
    
    Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
    pdgendt committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7b316c9 View commit details
    Browse the repository at this point in the history
  3. tests: Format test_commands.py

    Formatting test_commands.py is trivial.
    
    Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
    pdgendt committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c9af293 View commit details
    Browse the repository at this point in the history