Skip to content

Commit e9baa29

Browse files
committed
[pylint] If an argument is passed into python-lint, propagate it to flake8.
This does not change the common usage, but provides additional flexibility if necessary.
1 parent 0fa1226 commit e9baa29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/python-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ if [[ $? != 0 ]]; then
1313
echo "Could not change directory to '$SCRIPT_DIR/..'."
1414
exit 1
1515
fi
16-
flake8
16+
flake8 $@

0 commit comments

Comments
 (0)