We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
linting
1 parent 7d4f3b1 commit b59bb0bCopy full SHA for b59bb0b
py/tox.ini
@@ -36,9 +36,9 @@ force_single_line = True
36
skip_install = true
37
deps =
38
isort==5.10.1
39
- black==22.8.0
+ black==22.10.0
40
flake8==5.0.4
41
- flake8-typing-imports==1.13.0
+ flake8-typing-imports==1.14.0
42
commands =
43
; execute isort in check only mode.
44
isort --check-only --diff selenium/ test/ conftest.py
@@ -53,9 +53,9 @@ commands =
53
54
55
56
57
58
59
60
isort selenium/ test/ conftest.py
61
black selenium/ test/ conftest.py -l 120
0 commit comments