aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/mypy.yml
blob: 0ffc880637cda2d757c244eb5dab0ef038fd6469 (plain)
1
2
3
4
5
6
steps:
  - name: mypy
    image: python:bookworm
    commands:
      - pip install tox
      - tox -e mypy