slixmpp/.woodpecker/lint.yml
2024-02-09 21:41:03 +01:00

7 lines
113 B
YAML

steps:
mypy:
image: python:3
commands:
- pip3 install mypy types-setuptools
- mypy slixmpp