Skip to content

Commit cfdf05f

Browse files
committed
chore(mise): disable tools and hooks in ci
1 parent 4ab0195 commit cfdf05f

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

mise.ci.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[settings]
2+
auto_install_disable_tools = ["poetry", "python"]
3+
disable_tools = ["poetry", "python"]
4+
no_hooks = true
5+
16
[tools]
27
python = "3.14"
38

mise.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[settings]
2+
experimental = true
23
lockfile = true
34

45
[settings.python]
@@ -15,11 +16,7 @@ python = ["3.10", "3.9", "3.11", "3.12", "3.13", "3.14"]
1516
_.python.venv = { path = ".venv", create = true }
1617

1718
[hooks]
18-
postinstall = '''
19-
{% if mise_env is not containing("ci") %}
20-
poetry install --all-extras
21-
{% endif %}
22-
'''
19+
postinstall = 'poetry install --all-extras'
2320

2421
[tasks.stubtest]
2522
description = "Run stubtest against asyncpg"

0 commit comments

Comments
 (0)