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

CI: Omit file list in Ruff check (MR 35)

Ruff will recursively lint all files in subdirectories if no list of
files is omitted. This also lets us remove the ShellCheck ignore as the
affected code no longer exist.

[ci:skip-build]: already built successfully in CI
parent cbfe2a96
No related branches found
No related tags found
1 merge request!35Format with Ruff
Pipeline #185077 passed
......@@ -10,6 +10,5 @@ fi
set -x
# shellcheck disable=SC2046
ruff check $(find .ci -name '*.py')
ruff check
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