Skip to content

Commit

Permalink
[py]: Update linting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Feb 11, 2024
1 parent f38718b commit 390e98d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Selenium 4.17.2
* py] Correct typing_extension dependency for wheel generation
* [py] Correct typing_extension dependency for wheel generation

Selenium 4.17.1
* Fix typo in setup.py (#13487)
Expand Down
2 changes: 1 addition & 1 deletion py/test/unit/selenium/webdriver/support/color_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

def test_color_can_be_subclassed():
class MyColor(Color):
...
pass

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

Expand Down
8 changes: 4 additions & 4 deletions py/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ force_single_line = True
; checks linting for CI with stricter exiting when failing.
skip_install = true
deps =
isort==5.12.0
black==23.9.1
isort==5.13.2
black==24.1.1
flake8==6.1.0
flake8-typing-imports==1.14.0
docformatter==1.7.5
Expand All @@ -54,8 +54,8 @@ commands =
; IMPORTANT: black & isort rewrite files, flake8 merely alerts to the failure.
skip_install = true
deps =
isort==5.12.0
black==23.9.1
isort==5.13.2
black==24.1.1
flake8==6.1.0
flake8-typing-imports==1.14.0
docformatter==1.7.5
Expand Down

0 comments on commit 390e98d

Please sign in to comment.