Skip to content

Commit 195f9b3

Browse files
committed
Use new hook stage names
1 parent 6407bd1 commit 195f9b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
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"

docs/source/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)