This commit is contained in:
parent
69cdf05341
commit
57bd94d42f
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: lint
|
||||||
|
image: python:alpine
|
||||||
|
commands:
|
||||||
|
- pip install isort
|
||||||
|
- isort --check-only --diff --recursive .
|
Loading…
x
Reference in New Issue
Block a user