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

steps:
  - name: mypy
    image: python:bookworm
    commands:
      - pip install tox
      - tox -e mypy