We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e40afd commit 5b93626Copy full SHA for 5b93626
.github/workflows/code-checks.yml
@@ -86,7 +86,7 @@ jobs:
86
if: ${{ steps.build.outcome == 'success' && always() }}
87
88
- name: Typing + pylint
89
- uses: pre-commit/[email protected].0
+ uses: pre-commit/[email protected].1
90
with:
91
extra_args: --verbose --hook-stage manual --all-files
92
0 commit comments