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 30809bb commit e5e6e09Copy full SHA for e5e6e09
.github/workflows/code-checks.yml
@@ -35,7 +35,7 @@ jobs:
35
python-version: '3.9'
36
37
- name: Run pre-commit
38
- uses: pre-commit/action@v2.0.3
+ uses: pre-commit/action@v3.0.0
39
with:
40
extra_args: --verbose --all-files
41
@@ -93,7 +93,7 @@ jobs:
93
if: ${{ steps.build.outcome == 'success' && always() }}
94
95
- name: Typing + pylint
96
97
98
extra_args: --verbose --hook-stage manual --all-files
99
0 commit comments