We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6377fdf commit 10f18dcCopy full SHA for 10f18dc
task
@@ -57,13 +57,6 @@ function lint() {
57
pre-commit run --all-files --show-diff-on-failure --color=always
58
}
59
60
-function install() {
61
- echo "Setup venv and install OCA maintainer tools"
62
- uv venv env
63
- source env/bin/activate
64
- uv pip install git+https://github.com/OCA/maintainer-tools
65
-}
66
-
67
build() {
68
source env/bin/activate
69
0 commit comments