blob: d30ccf4c608e24315d9142dc671f41c8c193b612 [file] [log] [blame] [edit]
[flake8]
ignore = E111,E114,E501,E261,E266,E121,E402,E241,W504
exclude =
./third_party/, # third-party code
./tools/filelock.py, # third-party code
./tools/scons/, # third-party code
./tests/third_party/, # third-party code
./site/source/conf.py,
./tools/debug/,
./tools/emdump.py,
./tools/webidl_binder.py,
./tools/create_dom_pk_codes.py,
./tools/asm_module.py,
./tools/ffdb.py,
./system/lib/, # system libraries
./cache/, # download/built content
.git