tools: With uv the system python's version isn't necessarily 3.11
This commit is contained in:
parent
3913a49537
commit
7827aae0ae
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ tools_for_extensions = [
|
|||
[python_syntax]
|
||||
dependencies = []
|
||||
url = "https://en.wikipedia.org/wiki/Python_syntax_and_semantics"
|
||||
command = "python3.11 -m py_compile"
|
||||
command = "python3 -m py_compile"
|
||||
|
||||
[pydoc]
|
||||
dependencies = []
|
||||
|
|
@ -58,7 +58,7 @@ tools_for_extensions = [
|
|||
[pycodestyle]
|
||||
dependencies = ["python3-pycodestyle"]
|
||||
url = "http://pycodestyle.pycqa.org/en/latest/"
|
||||
command = "/usr/bin/python3.11 -m pycodestyle --max-line-length=100"
|
||||
command = "/usr/bin/python3 -m pycodestyle --max-line-length=100"
|
||||
|
||||
[pyflakes]
|
||||
dependencies = ["python3-pyflakes"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue