File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ py_library(
333333 ],
334334 data = [
335335 "pytest.ini" ,
336- "setup.cfg " ,
336+ "pyproject.toml " ,
337337 "test/selenium/webdriver/common/test_file.txt" ,
338338 "test/selenium/webdriver/common/test_file2.txt" ,
339339 ":webextensions-selenium-example-unsigned-zip" ,
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [" setuptools" , " setuptools-rust" ]
33build-backend = " setuptools.build_meta"
4+
5+ [tool .flake8 ]
6+ exclude = " .tox,docs/source/conf.py,*venv"
7+ # Disable this once black is applied throughout & line length is better handled.
8+ extend-ignore = " E501, E203"
9+ # This does nothing for now as E501 is ignored.
10+ max-line-length = 120
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments