Skip to content

Commit dc074d2

Browse files
committed
Minor - # threads in pyling validate.sh
1 parent 0a36488 commit dc074d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ isort --check .
55
black --check .
66
mypy --install-types --non-interactive awswrangler
77
flake8 .
8-
pylint -j 0 awswrangler
8+
pylint -j 2 awswrangler
99
pydocstyle awswrangler/ --convention=numpy
1010
doc8 --ignore D005,D002 --max-line-length 120 docs/source

0 commit comments

Comments
 (0)