setup.cfg (9 lines of code) (raw):

[bdist_wheel] universal=1 [flake8] ignore = E226,E302,E41 max-line-length = 160 exclude = tests/* max-complexity = 10 [pylint] max-line-length = 160