File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030
3131 - name : " Lint"
3232 run : |
33- uv run --all-extras --python=${{ matrix.python-version }} pre-commit run --all-files --hook-stage commit --verbose
34- uv run --all-extras --python=${{ matrix.python-version }} pre-commit run --all-files --hook-stage push --verbose
33+ uv run --all-extras --python=${{ matrix.python-version }} pre-commit run --all-files --hook-stage pre- commit --verbose
34+ uv run --all-extras --python=${{ matrix.python-version }} pre-commit run --all-files --hook-stage pre- push --verbose
3535 uv run --all-extras --python=${{ matrix.python-version }} pre-commit run --all-files --hook-stage manual --verbose
3636
3737 - name : " Run tests"
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ Run lint tools either by committing, or with:
4040
4141.. code-block :: console
4242
43- $ pre-commit run --all-files --hook-stage commit --verbose
44- $ pre-commit run --all-files --hook-stage push --verbose
43+ $ pre-commit run --all-files --hook-stage pre- commit --verbose
44+ $ pre-commit run --all-files --hook-stage pre- push --verbose
4545 $ pre-commit run --all-files --hook-stage manual --verbose
4646
4747 .. _Homebrew : https://brew.sh
You can’t perform that action at this time.
0 commit comments