diff --git a/utils/run_pylint.py b/utils/run_pylint.py index 1c4fb7fd1e..4d76672c3d 100755 --- a/utils/run_pylint.py +++ b/utils/run_pylint.py @@ -10,7 +10,7 @@ sys.exit(1) # Classes of errors we ignore on quiet runs -IGNORED_ERRORS = 'E1002,E1101,E1103,E1120,F0401' +IGNORED_ERRORS = 'E1002,E1101,E1103,E1120,F0401,I0011' # By default, complain about all things LINT_VERBOSE = True