diff options
Diffstat (limited to '.woodpecker/mypy.yml')
| -rw-r--r-- | .woodpecker/mypy.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.woodpecker/mypy.yml b/.woodpecker/mypy.yml new file mode 100644 index 0000000..92ad9cf --- /dev/null +++ b/.woodpecker/mypy.yml @@ -0,0 +1,9 @@ +when: + - event: push + +steps: + - name: mypy + image: python:bookworm + commands: + - pip install tox + - tox -e mypy |
