Skip to content

Commit

Permalink
Static checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidisido committed Aug 5, 2021
1 parent 7010003 commit 14008f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ isort==5.9.3
black==21.7b0
pylint==2.9.6
flake8==3.9.2
mypy==0.902
mypy==0.910
pydocstyle==6.1.1
doc8==0.8.1
doc8==0.9.0
tox==3.24.1
pytest==6.2.4
pytest-cov==2.12.1
Expand Down
2 changes: 1 addition & 1 deletion validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -ex

isort --check .
black --check .
yes y | mypy --install-types awswrangler
mypy --install-types --non-interactive awswrangler
flake8 .
pylint -j 0 awswrangler
pydocstyle awswrangler/ --convention=numpy
Expand Down

0 comments on commit 14008f4

Please sign in to comment.