We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0515354 commit a3db612Copy full SHA for a3db612
1 file changed
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
lint:
18
strategy:
19
matrix:
20
- cmd: ["black", "ruff", "mypy"]
+ cmd: ["ruff", "ty"]
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v5
@@ -33,7 +33,7 @@ jobs:
33
- name: Install deps
34
run: uv sync --all-extras
35
- name: Run lint check
36
- run: uv run pre-commit run -a ${{ matrix.cmd }}
+ run: uv run prek run -a ${{ matrix.cmd }}
37
pytest:
38
services:
39
rabbit:
0 commit comments