Add missing linter!
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2021-12-10 14:48:39 +01:00
parent 5757904b0f
commit 7bf8952928

9
.drone.yml Normal file
View file

@ -0,0 +1,9 @@
---
kind: pipeline
name: lint
steps:
- name: python lint
image: cytopia/pylint
commands:
- pylint *.py