mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add ruff job to CI
Run the linter on Python code changes in CI.
(cherry picked from commit 8b0a8dbd8e)
This commit is contained in:
parent
6e91738efe
commit
23c3da1dc8
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue