We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b235b4a commit 5558fedCopy full SHA for 5558fed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
run: pip install -e .[pre-commit,tests,analysis,dev]
27
28
- name: Run pre-commit
29
- run: pre-commit run --all-files || ( git status --short; git diff; exit 1 )
+ run: pre-commit run || ( git status --short; git diff; exit 1 )
30
31
tests:
32
runs-on: ubuntu-latest
0 commit comments