Bug 1363886 - Part 2: Fix a number of async callback parameters schemas r=kmag
[gecko.git] / .flake8
blob4108072ea263b9213a3c7a5fa15b22cd4e3ffc04
1 [flake8]
2 # See http://pep8.readthedocs.io/en/latest/intro.html#configuration
3 ignore = E121, E123, E126, E129, E133, E226, E241, E242, E704, W503, E402
4 max-line-length = 99