aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/lint.yml
blob: 5b6661e54fcde0cfb7437657816b32dbd3201151 (plain)
1
2
3
4
5
6
steps:
  - name: lint
    image: python:bookworm
    commands:
      - pip install tox
      - tox -e pylint,pylint-tests,flake,black,isort