File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 8989 - --fix
9090
9191 - repo : https://github.com/George-Ogden/pre-commit-hooks/
92- rev : v2.0.1
92+ rev : v2.0.2
9393 hooks :
9494 - id : dbg-check
9595 exclude : ^test/
Original file line number Diff line number Diff line change 11[project ]
22name = " Pre-Commit-Hooks"
3- version = " 2.0.1 "
3+ version = " 2.0.2 "
44requires-python = " >=3.9,<3.15"
55
66[build-system ]
Original file line number Diff line number Diff line change 11-r requirements.txt
22GitPython
3+ pip
34pre-commit
45pytest
6+ pytest-xdist
57wcwidth
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ if [[ ! -z "$REQUIREMENTS_FILE" ]]; then
2525 REQUIREMENTS+=(" -r$REQUIREMENTS_FILE " )
2626fi
2727
28- pip install uv -qqq && uv pip install " ${REQUIREMENTS[@]} " -- system -qqq && mypy " ${MYPY_ARGS[@]} "
28+ pip install uv -qqq && ( uv pip install " ${REQUIREMENTS[@]} " -qqq || uv pip install " ${REQUIREMENTS[@]} " -- system -qqq) && mypy " ${MYPY_ARGS[@]} "
You can’t perform that action at this time.
0 commit comments