We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dfc5b commit 35e9776Copy full SHA for 35e9776
.github/workflows/lint.yml
@@ -35,7 +35,7 @@ jobs:
35
python -m pip install tox
36
37
- name: Run pre-commit hooks
38
- uses: pre-commit/[email protected].0
+ uses: pre-commit/[email protected].1
39
40
- name: Format ourselves
41
run: |
0 commit comments