1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-12-20 01:22:34 +00:00

Fix typing errors

Fix missing dependencies in static tox envs
This commit is contained in:
2021-10-30 11:51:41 -04:00
parent 158db1209b
commit 19739d17f4
8 changed files with 37 additions and 13 deletions

View File

@@ -44,8 +44,10 @@ description = Static formatting and quality enforcement for the tests
basepython = python3.8
ignore_errors = true
locked_deps =
pylint
mypy
pylint
pytest
openapi-spec-validator
commands =
pylint --rcfile {toxinidir}/.pylintrc {toxinidir}/tests/
mypy --ignore-missing-imports --no-strict-optional {toxinidir}/tests/