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

Merged
merged 4 commits into from
Nov 19, 2024

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 <[email protected]>
    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 19, 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 <[email protected]>
    pdgendt committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d92a25d 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 <[email protected]>
    pdgendt committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ec78fb5 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 <[email protected]>
    pdgendt committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    12c4f8d View commit details
    Browse the repository at this point in the history