We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a1de3 commit 293caf3Copy full SHA for 293caf3
.github/workflows/pre-commit_hooks.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: set up python 3.10
14
uses: actions/setup-python@v4
15
with:
16
- python-version: 3.10
+ python-version: '3.10'
17
18
- name: install pre-commit
19
run: |
0 commit comments