We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isort
1 parent 2917a66 commit f25c1d9Copy full SHA for f25c1d9
py/tox.ini
@@ -35,8 +35,9 @@ force_single_line = True
35
; checks linting for CI with stricter exiting when failing.
36
skip_install = true
37
deps =
38
- isort==5.10.1
+ isort==5.11.2
39
black==22.12.0
40
+ ; flake8 6+ requires python3.8+ specifically.
41
flake8==5.0.4
42
flake8-typing-imports==1.14.0
43
docformatter==1.5.0
@@ -54,8 +55,9 @@ commands =
54
55
; IMPORTANT: black & isort rewrite files, flake8 merely alerts to the failure.
56
57
58
59
60
61
62
63
0 commit comments