Skip to content

Commit cf1cf1d

Browse files
committed
🔨 Skip pre-commit checks when switching to Python 3.9
1 parent 78c398e commit cf1cf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _extra_tasks = [
2929
"bash -c 'echo \"3.9\" > .python-version'",
3030
"uv run just update-deps",
3131
"git add --all",
32-
"git commit -m 'switch to python 3.9'",
32+
"git commit -m 'switch to python 3.9' --no-verify",
3333
"uv run just check",
3434
]
3535
get_package_version_from_vcs = true

0 commit comments

Comments
 (0)