2020-05-07 13:03:12 +03:00
|
|
|
[tool:isort]
|
2018-08-15 17:30:21 +03:00
|
|
|
known_future_library = future
|
2019-05-16 05:51:12 +03:00
|
|
|
known_first_party = automation,openwpmtest,test
|
2018-08-15 17:36:28 +03:00
|
|
|
default_section = THIRDPARTY
|
2019-05-16 05:51:12 +03:00
|
|
|
skip = venv,automation/Extension,firefox-bin
|
2018-10-02 12:00:54 +03:00
|
|
|
|
2020-05-07 13:03:12 +03:00
|
|
|
[tool:flake8]
|
2019-02-26 15:24:40 +03:00
|
|
|
exclude = venv,automation/Extension,firefox-bin
|
2020-04-14 13:03:53 +03:00
|
|
|
extend-ignore = Q
|