ci: added linting config & pipeline; renamed project to aiovieter
Some checks failed
ci/woodpecker/push/lint Pipeline failed
Some checks failed
ci/woodpecker/push/lint Pipeline failed
This commit is contained in:
parent
242d685a6c
commit
e9a189b309
11 changed files with 67 additions and 19 deletions
10
.woodpecker/.lint.yml
Normal file
10
.woodpecker/.lint.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
branches:
|
||||
exclude: [ main ]
|
||||
platform: 'linux/amd64'
|
||||
|
||||
pipeline:
|
||||
lint:
|
||||
image: 'python:alpine'
|
||||
commands:
|
||||
- pip install -e .[lint]
|
||||
- flake8 aiovieter
|
||||
Reference in a new issue