Skip to content

Commit

Permalink
pep8 is now pycodestyle: PyCQA/pycodestyle#466
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 17, 2018
1 parent 7f9b86f commit ceb102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/diffcover-run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage xml
diff-cover coverage.xml
diff-quality --violation=pyflakes
diff-quality --violation=pep8
diff-quality --violation=pycodestyle

0 comments on commit ceb102c

Please sign in to comment.