python: Restrict line length to 79 chars.
[cascardo/ovs.git] / Makefile.am
index b9b8e71..8b6ddb7 100644 (file)
@@ -348,9 +348,8 @@ ALL_LOCAL += flake8-check
 # E128 continuation line under-indented for visual indent
 # E129 visually indented line with same indent as next logical line
 # E131 continuation line unaligned for hanging indent
-# E501 line too long (80 > 79 characters)
 flake8-check: $(FLAKE8_PYFILES)
-       $(AM_V_GEN) if flake8 $^ --ignore=E123,E126,E127,E128,E129,E131,E501 ${FLAKE8_FLAGS}; then touch $@; else exit 1; fi
+       $(AM_V_GEN) if flake8 $^ --ignore=E123,E126,E127,E128,E129,E131 ${FLAKE8_FLAGS}; then touch $@; else exit 1; fi
 endif
 
 include $(srcdir)/manpages.mk