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 a19cdcd commit 9b22dc3Copy full SHA for 9b22dc3
.github/workflows/lint.yaml
@@ -30,7 +30,7 @@ jobs:
30
version: ">=0.4.0"
31
32
- name: Install dependencies
33
- run: uv sync --extras dev
+ run: uv sync --extra dev
34
35
- name: Run lint checks
36
run: uvx nox -s lint
template-python/{{cookiecutter.project_slug}}/.github/workflows/lint.yaml
0 commit comments