Bug 1417005 - [Mac] Respect MOZ_DISABLE_GMP_SANDBOX r=Alex_Gaynor,cpearce
[gecko.git] / .flake8
blob6c65850fc137ae2e6af892dee6052848e0d3cb0f
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
5 exclude =
6     testing/mochitest/pywebsocket,