Add ruff job to CI

Run the linter on Python code changes in CI.
This commit is contained in:
Štěpán Balážik 2026-02-10 20:48:54 +01:00
parent ced002c4ab
commit 8b0a8dbd8e

View file

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