aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/lint.yml')
-rw-r--r--.woodpecker/lint.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
new file mode 100644
index 0000000..5b6661e
--- /dev/null
+++ b/.woodpecker/lint.yml
@@ -0,0 +1,6 @@
+steps:
+ - name: lint
+ image: python:bookworm
+ commands:
+ - pip install tox
+ - tox -e pylint,pylint-tests,flake,black,isort