Skip to content

Commit 390e98d

Browse files
committed
[py]: Update linting dependencies
1 parent f38718b commit 390e98d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

py/CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Selenium 4.17.2
2-
* py] Correct typing_extension dependency for wheel generation
2+
* [py] Correct typing_extension dependency for wheel generation
33

44
Selenium 4.17.1
55
* Fix typo in setup.py (#13487)

py/test/unit/selenium/webdriver/support/color_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
def test_color_can_be_subclassed():
2222
class MyColor(Color):
23-
...
23+
pass
2424

2525
assert isinstance(MyColor.from_string("rgb(1, 2, 3)"), MyColor)
2626

py/tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ force_single_line = True
3535
; checks linting for CI with stricter exiting when failing.
3636
skip_install = true
3737
deps =
38-
isort==5.12.0
39-
black==23.9.1
38+
isort==5.13.2
39+
black==24.1.1
4040
flake8==6.1.0
4141
flake8-typing-imports==1.14.0
4242
docformatter==1.7.5
@@ -54,8 +54,8 @@ commands =
5454
; IMPORTANT: black & isort rewrite files, flake8 merely alerts to the failure.
5555
skip_install = true
5656
deps =
57-
isort==5.12.0
58-
black==23.9.1
57+
isort==5.13.2
58+
black==24.1.1
5959
flake8==6.1.0
6060
flake8-typing-imports==1.14.0
6161
docformatter==1.7.5

0 commit comments

Comments
 (0)