We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54813a5 commit 133a700Copy full SHA for 133a700
1 file changed
.github/workflows/test.yml
@@ -28,12 +28,12 @@ jobs:
28
- name: Install dependencies
29
run: uv sync
30
31
- - name: Ensure latest setuptools is installed
32
- run: pip install --upgrade setuptools
+ - name: Ensure latest setuptools & pre-commit is installed
+ run: pip install --upgrade setuptools pre-commit
33
34
- name: Lint project
35
run: |
36
- uv run pre-commit run --all-files --color always
+ run pre-commit run --all-files --color always
37
safety check --continue-on-error --full-report
38
39
- name: Test package
0 commit comments