From: Štěpán Balážik Date: Tue, 10 Feb 2026 19:48:54 +0000 (+0100) Subject: Add ruff job to CI X-Git-Tag: v9.21.19~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0a8dbd8e16652acfc1f72b05f3ada744aa47de;p=thirdparty%2Fbind9.git Add ruff job to CI Run the linter on Python code changes in CI. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83c9d1f4724..93aa1989945 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: