feat(ci): Added woodpecker CI
continuous-integration/woodpecker the build was successful
Details
continuous-integration/woodpecker the build was successful
Details
This commit is contained in:
parent
dc9f70983b
commit
1b80e39648
|
@ -0,0 +1,6 @@
|
|||
pipeline:
|
||||
lint:
|
||||
image: python:alpine
|
||||
commands:
|
||||
- pip install black
|
||||
- black --check --line-length 120 --target-version=py37 .
|
Loading…
Reference in New Issue