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.
1 parent fcc9c41 commit 30291faCopy full SHA for 30291fa
tox.ini
@@ -25,7 +25,7 @@ description = lint code
25
skip_install = true
26
deps =
27
flake8
28
- isort==5.12.0
+ isort
29
commands =
30
isort -c {[variables]code}
31
flake8 --max-line-length=88 --extend-ignore=E203,E501 {[variables]code}
@@ -35,7 +35,7 @@ description = format code
35
36
37
black==23.7.0
38
39
40
isort {[variables]code}
41
black -t py37 -t py38 -t py39 -t py310 -t py311 -t py312 {[variables]code}
0 commit comments