Skip to content
Snippets Groups Projects
Unverified Commit cbfe2a96 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

CI: Check formatting with Ruff as well (MR 35)

If the list of files is omitted, Ruff will check all files recursively.

Use --diff to get a diff of what's not complicit instead of applying
the changes directly.
parent 8fcac5b3
No related branches found
No related tags found
1 merge request!35Format with Ruff
......@@ -12,3 +12,4 @@ set -x
# shellcheck disable=SC2046
ruff check $(find .ci -name '*.py')
ruff format --diff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment