Bug 1466812 [wpt PR 11352] - [css-contain] Fix references to paint instead of layout...
[gecko.git] / .flake8
blob4d7b90c284432410f3f132ebcb3e3ba880cc8992
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, E741
4 max-line-length = 99
5 exclude =
6     browser/extensions/mortar/ppapi/,
7     build/pymake/,
8     node_modules,
9     security/nss/,
10     testing/mochitest/pywebsocket,
11     tools/lint/test/files,