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 8c0667f commit ab42a71Copy full SHA for ab42a71
.github/workflows/tests.yml
@@ -68,4 +68,5 @@ jobs:
68
path: ~/.cache/pre-commit
69
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
70
- run: python -m pip install -e .[dev]
71
+ - run: python -m pip install pre-commit
72
- run: pre-commit run --show-diff-on-failure --color=always --all-files
0 commit comments