morss/.drone.yml

10 lines
139 B
YAML
Raw Normal View History

2021-09-08 19:24:50 +00:00
kind: pipeline
name: default
steps:
- name: lint
image: python:alpine
commands:
- pip install isort
2021-09-08 19:31:42 +00:00
- isort --check-only --diff .