aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/lint.yml
blob: 37eebbabb96f587cf218755987e3be454ef001e1 (plain)
1
2
3
4
5
6
7
8
9
when:
  - event: push

steps:
  - name: lint
    image: python:bookworm
    commands:
      - pip install tox
      - tox -e pylint,pylint-tests,flake,black,isort