Skip to content

Commit a3db612

Browse files
committed
chore(ci): fix checks with pre-commit hooks
1 parent 0515354 commit a3db612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lint:
1818
strategy:
1919
matrix:
20-
cmd: ["black", "ruff", "mypy"]
20+
cmd: ["ruff", "ty"]
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v5
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install deps
3434
run: uv sync --all-extras
3535
- name: Run lint check
36-
run: uv run pre-commit run -a ${{ matrix.cmd }}
36+
run: uv run prek run -a ${{ matrix.cmd }}
3737
pytest:
3838
services:
3939
rabbit:

0 commit comments

Comments
 (0)