Commit 1e03b54e by Brian Wilson

Update pep8 to pycodestyle.

parent f6594f0e
[pep8] [pycodestyle]
ignore=E501 ignore=E501
max_line_length=119 max_line_length=119
...@@ -57,8 +57,8 @@ coverage-local: test-local ...@@ -57,8 +57,8 @@ coverage-local: test-local
diff-cover coverage.xml --html-report diff_cover.html diff-cover coverage.xml --html-report diff_cover.html
# Compute pep8 quality # Compute pep8 quality
diff-quality --violations=pep8 --html-report diff_quality_pep8.html diff-quality --violations=pycodestyle --html-report diff_quality_pep8.html
pep8 edx > pep8.report || echo "Not pep8 clean" pycodestyle --config=.pycodestyle edx > pep8.report || echo "Not pep8 clean"
# Compute pylint quality # Compute pylint quality
pylint -f parseable edx --msg-template "{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" > pylint.report || echo "Not pylint clean" pylint -f parseable edx --msg-template "{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" > pylint.report || echo "Not pylint clean"
......
...@@ -6,7 +6,7 @@ httpretty==0.8.14 ...@@ -6,7 +6,7 @@ httpretty==0.8.14
mock==2.0.0 mock==2.0.0
nose-ignore-docstring==0.2 nose-ignore-docstring==0.2
nose==1.3.7 nose==1.3.7
pep8==1.7.0 pycodestyle==2.3.1
pylint==1.6.4 pylint==1.6.4
# dependencies pulled in by the above, that # dependencies pulled in by the above, that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment