mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-15 18:30:34 +01:00
CI: explicitly add ei-proto to the ruff check
This commit is contained in:
parent
ba8bead183
commit
bbc64b2eff
2 changed files with 2 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ python-ruff:
|
|||
- source venv/bin/activate
|
||||
- pip3 install ruff
|
||||
script:
|
||||
- ruff check --ignore E741,E501 .
|
||||
- ruff check --ignore E741,E501 . proto/ei-scanner
|
||||
|
||||
#
|
||||
# Build distribution-specific images used by the jobs in the build stage
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ python-ruff:
|
|||
- source venv/bin/activate
|
||||
- pip3 install ruff
|
||||
script:
|
||||
- ruff check --ignore E741,E501 .
|
||||
- ruff check --ignore E741,E501 . proto/ei-scanner
|
||||
|
||||
#
|
||||
# Build distribution-specific images used by the jobs in the build stage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue