tools: Fix python isort
- isort is not in the path - Run in the system python with /usr/bin/python3 -m isort
This commit is contained in:
parent
6ec4f958ff
commit
ad74f48679
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ tools_for_extensions = [
|
||||||
[isort]
|
[isort]
|
||||||
dependencies = ["python3-isort", "python3-colorama"]
|
dependencies = ["python3-isort", "python3-colorama"]
|
||||||
url = "https://pycqa.github.io/isort/"
|
url = "https://pycqa.github.io/isort/"
|
||||||
command = "isort --check-only --diff --color"
|
command = "/usr/bin/python3 -m isort --check-only --diff --color"
|
||||||
has_color = true
|
has_color = true
|
||||||
|
|
||||||
[perl_syntax]
|
[perl_syntax]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue