Skip to content

Conversation

@yochem
Copy link

@yochem yochem commented Sep 29, 2025

I think this works. It runs Astral's Ruff to lint (ruff check) the code and check formatting (ruff format --check --diff). If the diff output would be too verbose, the argument can be removed from the command.

Having CI enables us to keep a consistent coding style for the Python files and catch simple bugs early.

I've also included the pre-commit check for the contributors that do not have pre-commit installed.

@yochem yochem changed the title ci(ruff): run ruff check and ruff format --check for every PR ci(ruff): run ruff linter for PRs Oct 1, 2025
@yochem yochem changed the title ci(ruff): run ruff linter for PRs ci:run ruff linter for PRs Oct 1, 2025
@yochem yochem changed the title ci:run ruff linter for PRs ci: run ruff linter for PRs Oct 1, 2025
@fschrempf fschrempf self-assigned this Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants