We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f377c1d commit cf05d45Copy full SHA for cf05d45
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
- name: Install Dependencies
24
run: pip install -r requirements/pyproject.txt && pip install -r requirements/linting.txt
25
- - uses: pre-commit/[email protected].0
+ - uses: pre-commit/[email protected].1
26
with:
27
extra_args: --all-files --verbose
28
0 commit comments