This commit is contained in:
parent
604c28a85a
commit
c95d8d1e9c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ steps:
|
|||
ruff:
|
||||
image: ubuntu:23.04
|
||||
commands:
|
||||
- apt update
|
||||
- apt -y install python3 python3-pip
|
||||
- pip3 install -r requirements-dev.txt
|
||||
- ruff check .
|
Reference in a new issue