mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
♻️ fix linux version
This commit is contained in:
parent
26b411b2d1
commit
afd2e3518c
3 changed files with 10 additions and 10 deletions
0
tools/manage.ps1
Normal file → Executable file
0
tools/manage.ps1
Normal file → Executable file
14
tools/manage.sh
Normal file → Executable file
14
tools/manage.sh
Normal file → Executable file
|
|
@ -152,22 +152,22 @@ default_help() {
|
|||
echo ""
|
||||
echo -e "Usage: ${BWhite}./manage.sh${RST} ${BICyan}[command]${RST}"
|
||||
echo ""
|
||||
echo "${BWhite}Commands:${RST}"
|
||||
echo " ${BWhite}create-env${RST} ${BCyan}Install Poetry and update venv by lock file${RST}"
|
||||
echo " ${BWhite}ruff-check${RST} ${BCyan}Run Ruff check for the repository${RST}"
|
||||
echo " ${BWhite}ruff-fix${RST} ${BCyan}Run Ruff fix for the repository${RST}"
|
||||
echo " ${BWhite}codespell${RST} ${BCyan}Run codespell check for the repository${RST}"
|
||||
echo -e "${BWhite}Commands:${RST}"
|
||||
echo -e " ${BWhite}create-env${RST} ${BCyan}Install Poetry and update venv by lock file${RST}"
|
||||
echo -e " ${BWhite}ruff-check${RST} ${BCyan}Run Ruff check for the repository${RST}"
|
||||
echo -e " ${BWhite}ruff-fix${RST} ${BCyan}Run Ruff fix for the repository${RST}"
|
||||
echo -e " ${BWhite}codespell${RST} ${BCyan}Run codespell check for the repository${RST}"
|
||||
echo ""
|
||||
}
|
||||
|
||||
run_ruff () {
|
||||
echo -e "${BIGreen}>>>${RST} Running Ruff check ..."
|
||||
"$POETRY_HOME/bin/poetry" run ruff
|
||||
"$POETRY_HOME/bin/poetry" run ruff check
|
||||
}
|
||||
|
||||
run_ruff_check () {
|
||||
echo -e "${BIGreen}>>>${RST} Running Ruff fix ..."
|
||||
"$POETRY_HOME/bin/poetry" run ruff --fix
|
||||
"$POETRY_HOME/bin/poetry" run ruff check --fix
|
||||
}
|
||||
|
||||
run_codespell () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue