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