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:
4
tox.ini
4
tox.ini
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user