Skip to content

Commit

Permalink
[py]: bump isort version. Document 6+ requires py3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Dec 15, 2022
1 parent 2917a66 commit f25c1d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions py/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ force_single_line = True
; checks linting for CI with stricter exiting when failing.
skip_install = true
deps =
isort==5.10.1
isort==5.11.2
black==22.12.0
; flake8 6+ requires python3.8+ specifically.
flake8==5.0.4
flake8-typing-imports==1.14.0
docformatter==1.5.0
Expand All @@ -54,8 +55,9 @@ commands =
; IMPORTANT: black & isort rewrite files, flake8 merely alerts to the failure.
skip_install = true
deps =
isort==5.10.1
isort==5.11.2
black==22.12.0
; flake8 6+ requires python3.8+ specifically.
flake8==5.0.4
flake8-typing-imports==1.14.0
docformatter==1.5.0
Expand Down

0 comments on commit f25c1d9

Please sign in to comment.