OpenWPM/setup.cfg

10 строки
246 B
INI
Исходник Обычный вид История

2020-05-07 13:03:12 +03:00
[tool:isort]
2018-08-15 17:30:21 +03:00
known_future_library = future
known_first_party = automation,openwpmtest,test
2018-08-15 17:36:28 +03:00
default_section = THIRDPARTY
skip = venv,automation/Extension,firefox-bin
2020-05-07 13:03:12 +03:00
[tool:flake8]
exclude = venv,automation/Extension,firefox-bin
extend-ignore = Q