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 b09fae2 commit 44e3e56Copy full SHA for 44e3e56
dev/lint-python
@@ -44,8 +44,7 @@ fi
44
#+ first, but we do so so that the check status can
45
#+ be output before the report, like with the
46
#+ scalastyle and RAT checks.
47
-python $PEP8_SCRIPT_PATH ./python --exclude="cloudpickle.py" \
48
- > "$PEP8_REPORT_PATH"
+python $PEP8_SCRIPT_PATH ./python > "$PEP8_REPORT_PATH"
49
pep8_status=${PIPESTATUS[0]} #$?
50
51
if [ $pep8_status -ne 0 ]; then
tox.ini
@@ -15,3 +15,4 @@
15
16
[pep8]
17
max-line-length=100
18
+exclude=cloudpickle.py
0 commit comments