Adapt mypy checks so they catch issues like that in past commit
All checks were successful
ci/woodpecker/push/linters Pipeline was successful

This commit is contained in:
Evilham 2023-12-11 20:00:59 +01:00
parent af90f06046
commit 9b45194dce
Signed by: evilham
GPG key ID: AE3EE30D970886BF

View file

@ -27,7 +27,7 @@ steps:
group: linters
commands:
- <<: *pysteps
- pipenv run mypy -m adlermanager
- pipenv run mypy src
environment: *pyenv
dotenv:
image: *pyimage