2016-05-06 00:21:12 +03:00
|
|
|
[flake8]
|
2016-09-28 15:28:04 +03:00
|
|
|
# See http://pep8.readthedocs.io/en/latest/intro.html#configuration
|
2018-01-31 22:32:08 +03:00
|
|
|
ignore = E121, E123, E126, E129, E133, E226, E241, E242, E704, W503, E402, E741
|
2016-05-06 00:21:12 +03:00
|
|
|
max-line-length = 99
|
2017-08-30 00:32:31 +03:00
|
|
|
exclude =
|
2018-05-22 00:13:07 +03:00
|
|
|
browser/extensions/mortar/ppapi/,
|
2018-05-22 16:26:22 +03:00
|
|
|
build/pymake/,
|
2017-08-30 00:32:31 +03:00
|
|
|
testing/mochitest/pywebsocket,
|
2018-03-23 00:24:15 +03:00
|
|
|
tools/lint/test/files,
|