Skip to content

Commit

Permalink
ci(mypy-py3): fix mypy-py3 static check (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony authored Aug 3, 2022
1 parent 69ff8e6 commit fc04bbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dev_requirements/coverage-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
coverage==4.5.4
mypy==0.812
mypy==0.971
mypy-extensions==0.4.3
typing==3.7.4.3
types-setuptools==63.2.2
types-six==1.16.18
1 change: 0 additions & 1 deletion dev_requirements/linter-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ flake8-docstrings==1.6.0
flake8-print==4.0.0
isort==5.10.1
mock==4.0.3
mypy==0.812
pyflakes==2.4.0
pylint==2.12.2
pytest==7.0.0
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ basepython = {[testenv:mypy-common]basepython}
deps = -rdev_requirements/coverage-requirements.txt
commands =
python -m mypy \
--show-error-codes \
--linecoverage-report build \
src/aws_encryption_sdk_cli/ \
{posargs}
Expand Down

0 comments on commit fc04bbf

Please sign in to comment.