diff --git a/eris/tools.toml b/eris/tools.toml index 56902d1..c8897f4 100644 --- a/eris/tools.toml +++ b/eris/tools.toml @@ -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"]