add(ci): ruff linter
Some checks failed
ci/woodpecker/manual/lint Pipeline failed

This commit is contained in:
Ada 2023-09-26 11:38:03 +02:00
parent 76e2ad193b
commit 604c28a85a

7
.woodpecker/lint.yml Normal file
View 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 .