File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77# # Apply code quality assurance tools.
88qa :
9- isort --recursive src/structurizr/ tests/ examples/ setup.py
9+ isort src/structurizr/ tests/ examples/ setup.py
1010 black src/structurizr/ tests/ examples/ setup.py
1111
1212# # Prepare a release by generating the automatic code documentation.
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ commands =
2121[testenv:isort]
2222skip_install = True
2323deps =
24- isort
24+ isort >=5.0.5
2525commands =
26- isort --check-only --diff --recursive {toxinidir}/src/structurizr {toxinidir}/tests {toxinidir}/setup.py
26+ isort --check-only --diff {toxinidir}/src/structurizr {toxinidir}/tests {toxinidir}/setup.py
2727
2828[testenv:black]
2929skip_install = True
You can’t perform that action at this time.
0 commit comments