more mise and venv
This commit is contained in:
parent
cc6a4949a6
commit
99076ebc5f
2 changed files with 10 additions and 0 deletions
|
@ -5,3 +5,6 @@ interpreter_python = /usr/bin/python3
|
||||||
remote_user = ubuntu
|
remote_user = ubuntu
|
||||||
private_key_file = ~/.ssh/id_ed25519
|
private_key_file = ~/.ssh/id_ed25519
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
|
|
||||||
|
callback_format_pretty = true
|
||||||
|
callback_result_format = yaml
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
[tools]
|
||||||
|
python = "3.13"
|
||||||
|
|
||||||
|
[env._.python.venv]
|
||||||
|
path = "venv"
|
||||||
|
create = true
|
||||||
|
|
||||||
[[hooks.enter]]
|
[[hooks.enter]]
|
||||||
shell = "fish"
|
shell = "fish"
|
||||||
script = """
|
script = """
|
Loading…
Reference in a new issue