Skip to content

Commit 4067ef6

Browse files
authored
Add python path to pyproject.toml.jinja
1 parent 08641bc commit 4067ef6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ reportMissingTypeStubs = false{% elif type_checker == 'ty' %}
293293
[tool.ty.environment]
294294
python-version = "{{ python_version }}"
295295
python-platform = "linux"
296+
python = "/usr/local/bin/python"
296297
root = ["./src"]{% endif %}
297298
298299
[tool.pre-commit-update.yaml]

0 commit comments

Comments
 (0)