1 [wheel] 2 universal = 1 3 4 [flake8] 5 max-line-length = 100 6 ignore = F821 7 8 [pytest] 9 minversion=2.2.0 10 pep8ignore = 11 documentation/*.py ALL 12 test_six.py ALL 13 14 flakes-ignore = 15 documentation/*.py ALL 16 test_six.py ALL 17 six.py UndefinedName 18 19