CI: explicitly add ei-proto to the ruff check

This commit is contained in:
Peter Hutterer 2023-03-02 10:49:20 +10:00
parent ba8bead183
commit bbc64b2eff
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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