mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
8f2319cae3
MozReview-Commit-ID: JMZQonceq8W --HG-- extra : rebase_source : 1d8d0218f128dede197fa99e5cba1f0101a80384
10 lines
307 B
INI
10 lines
307 B
INI
[flake8]
|
|
# See http://pep8.readthedocs.io/en/latest/intro.html#configuration
|
|
ignore = E121, E123, E126, E129, E133, E226, E241, E242, E704, W503, E402, E741
|
|
max-line-length = 99
|
|
exclude =
|
|
browser/extensions/mortar/ppapi/,
|
|
build/pymake/,
|
|
testing/mochitest/pywebsocket,
|
|
tools/lint/test/files,
|