Add ruff job to CI

Run the linter on Python code changes in CI.

(cherry picked from commit 8b0a8dbd8e)
This commit is contained in:
Štěpán Balážik 2026-02-10 20:48:54 +01:00
parent 6e91738efe
commit 23c3da1dc8

View file

@ -802,6 +802,12 @@ pylint:
script:
- pylint $(git ls-files '*.py')
ruff:
<<: *quick_checks_job
<<: *python_triggering_rules
script:
- ruff check
reuse:
<<: *quick_checks_job
image: