From 7bf8952928dd0938ac820817d99e60b3825d7ef5 Mon Sep 17 00:00:00 2001 From: kleph Date: Fri, 10 Dec 2021 14:48:39 +0100 Subject: [PATCH] Add missing linter! --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b9c66d7 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +--- +kind: pipeline +name: lint + +steps: +- name: python lint + image: cytopia/pylint + commands: + - pylint *.py