[flake8] ignore = # ignore long lines E501, # deprecated rule W503, # class member shadows builtin A003, max-complexity = 10 format = %(path)s:%(row)d:%(col)d: %(code)s %(text)s https://lintlyci.github.io/Flake8Rules/rules/%(code)s.html