We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a7589 commit 070ffd9Copy full SHA for 070ffd9
.github/workflows/pre-commit.yml
@@ -14,6 +14,8 @@ jobs:
14
~/.cache/pip
15
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
16
- uses: actions/setup-python@v2
17
+ with:
18
+ python-version: "3.10.0-beta.1"
19
- uses: psf/[email protected]
20
- name: Install pre-commit
21
run: |
0 commit comments