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.20.20~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23c3da1dc8ceb4d8a412b360b7c3d6a5a0a503a0;p=thirdparty%2Fbind9.git Add ruff job to CI Run the linter on Python code changes in CI. (cherry picked from commit 8b0a8dbd8e16652acfc1f72b05f3ada744aa47de) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95b87b0233a..9506d636d95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: