We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6340404 commit 2c8a3cbCopy full SHA for 2c8a3cb
1 file changed
.github/workflows/checks.yml
@@ -114,7 +114,7 @@ jobs:
114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115
116
code-quality:
117
- name: Code quality (ty and ruff)
+ name: Code quality (ty and pre-commit hooks)
118
runs-on: ubuntu-latest
119
steps:
120
- name: Checkout repository
@@ -129,8 +129,8 @@ jobs:
129
with:
130
groups: check test plot
131
132
+ - name: Run pre-commit hooks
133
+ run: uv run pre-commit run --all-files
134
+
135
- name: Run ty
136
run: uv run ty check --output-format=github
-
- - name: Run ruff
- run: uv run ruff check --output-format=github
0 commit comments