diff --git a/Makefile.am b/Makefile.am index a4dd7b8dd16..cdf42d3ad24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -350,7 +350,7 @@ ALL_LOCAL += flake8-check # H233 Python 3.x incompatible use of print operator # H238 old style class declaration, use new style (inherit from `object`) FLAKE8_SELECT = H231,H232,H233,H238 -FLAKE8_IGNORE = E121,E123,E125,E126,E127,E128,E129,E131,W503,F811,D,H +FLAKE8_IGNORE = E121,E123,E125,E126,E127,E128,E129,E131,W503,F811,D,H,I flake8-check: $(FLAKE8_PYFILES) $(AM_V_GEN) \ src='$^' && \