This commit is contained in:
parent
76e2ad193b
commit
604c28a85a
1 changed files with 7 additions and 0 deletions
7
.woodpecker/lint.yml
Normal file
7
.woodpecker/lint.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
steps:
|
||||||
|
ruff:
|
||||||
|
image: ubuntu:23.04
|
||||||
|
commands:
|
||||||
|
- apt -y install python3 python3-pip
|
||||||
|
- pip3 install -r requirements-dev.txt
|
||||||
|
- ruff check .
|
Reference in a new issue