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 781785f commit e3be05cCopy full SHA for e3be05c
.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