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 179b1f4 commit 43789edCopy full SHA for 43789ed
.github/workflows/code_format.yml
@@ -27,10 +27,10 @@ jobs:
27
run: uv python install 3.11
28
29
- name: Install dependencies
30
- run: uv sync --frozen
+ run: uv sync --frozen --extra dev
31
32
- name: List packages
33
run: uv pip list
34
35
- name: Code Formatting
36
- run: uv run black . --check --diff
+ run: uv run black src/ --check --diff
0 commit comments