Skip to content

Conversation

@linsword13
Copy link
Member

Add in ruff check configuration.

The command used is ruff check --config pyproject.toml (or simply ruff check).

It mainly contains:

The command used is `ruff check hpc/ramble/lib/ramble/ramble/ hpc/ramble/var/ramble/repos/builtin/ --ignore B905,F405,F403,E402 --extend-select B`.

It mainly contains:

* Use of exception chaining, for better stack trace
* Clean up unused loop variables
* Fix up confusing names in loop
* Fix up function variable binding in loop (https://docs.astral.sh/ruff/rules/function-uses-loop-variable/)
* Misc. issues such as better assertion and attribute usage
@douglasjacobsen douglasjacobsen merged commit b3837e7 into GoogleCloudPlatform:develop Nov 6, 2025
20 checks passed
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