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 f76e3dc commit 042e8dbCopy full SHA for 042e8db
.github/workflows/python.yml
@@ -43,7 +43,7 @@ jobs:
43
path: ~/.cache/pre-commit
44
key: pre-commit-${{ runner.os }}-${{ env.PY }}-${{ hashFiles('.pre-commit-config.yaml') }}
45
- name: Install dependencies
46
- run: poetry install --with dev
+ run: poetry install --with dev --all-extras
47
- name: Run pre-commit hooks
48
run: poetry run pre-commit run
49
- name: Lint with flake8
0 commit comments