We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a36488 commit dc074d2Copy full SHA for dc074d2
validate.sh
@@ -5,6 +5,6 @@ isort --check .
5
black --check .
6
mypy --install-types --non-interactive awswrangler
7
flake8 .
8
-pylint -j 0 awswrangler
+pylint -j 2 awswrangler
9
pydocstyle awswrangler/ --convention=numpy
10
doc8 --ignore D005,D002 --max-line-length 120 docs/source
0 commit comments