We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e0ba2 commit 0582157Copy full SHA for 0582157
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Install dependencies
23
run: |
24
- uvu pip install ruff -c requirements-dev.txt
+ uv pip install ruff -c requirements-dev.txt
25
26
- name: Check linting
27
0 commit comments