We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c398e commit cf1cf1dCopy full SHA for cf1cf1d
ctt.toml
@@ -29,7 +29,7 @@ _extra_tasks = [
29
"bash -c 'echo \"3.9\" > .python-version'",
30
"uv run just update-deps",
31
"git add --all",
32
- "git commit -m 'switch to python 3.9'",
+ "git commit -m 'switch to python 3.9' --no-verify",
33
"uv run just check",
34
]
35
get_package_version_from_vcs = true
0 commit comments