1[flake8]
2# See http://pep8.readthedocs.io/en/latest/intro.html#configuration
3ignore = E121, E123, E126, E133, E226, E241, E242, E704, W503, E402
4max-line-length = 99
5filename = *.py, +.lint
6