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 3ee1ac2 commit c4f2b4eCopy full SHA for c4f2b4e
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
cache-dependency-path: "pyproject.toml"
33
34
- name: install
35
- run: pip install .
+ run: pip install -e '.[dev]'
36
37
- name: lint
38
run: snok lint
0 commit comments