File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,6 @@ py_library(
335
335
],
336
336
data = [
337
337
"pyproject.toml" ,
338
- "setup.cfg" ,
339
338
"test/selenium/webdriver/common/test_file.txt" ,
340
339
"test/selenium/webdriver/common/test_file2.txt" ,
341
340
":webextensions-selenium-example-unsigned-zip" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -58,3 +58,10 @@ commands =
58
58
black selenium/ test/ conftest.py -l 120
59
59
flake8 selenium/ test/ --min-python-version =3.8
60
60
docformatter --in-place -r selenium/
61
+
62
+ [flake8]
63
+ exclude = .tox,docs/source/conf.py,*venv
64
+ # Disable this once black is applied throughout & line length is better handled.
65
+ extend-ignore = E501, E203
66
+ # This does nothing for now as E501 is ignored.
67
+ max-line-length = 120
You can’t perform that action at this time.
0 commit comments