mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:00:00 -04:00
Add ruff job to CI
Run the linter on Python code changes in CI.
This commit is contained in:
parent
ced002c4ab
commit
8b0a8dbd8e
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue