Bug 1468361 [wpt PR 11478] - Add test run time to wptreport.json format, a=testonly
[gecko.git] / .flake8
blob48d31d31dd56662b78ce3a365f27debd2175c910
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     browser/moz.configure,
8     build/moz.configure/*.configure,
9     build/pymake/,
10     js/*.configure,
11     memory/moz.configure,
12     mobile/android/*.configure,
13     node_modules,
14     security/nss/,
15     testing/mochitest/pywebsocket,
16     tools/lint/test/files,