@@ -6,4 +6,4 @@ |
||
| 6 | 6 |
# -- E128 continuation line under-indented for visual indent |
| 7 | 7 |
# -- E501 line too long |
| 8 | 8 |
|
| 9 |
-pep8 --exclude=migrations --ignore=E128,E501 . |
|
| 9 |
+pycodestyle --exclude=migrations --ignore=E128,E501 . |