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 08172fc commit 3d62554Copy full SHA for 3d62554
.github/workflows/pre-commit.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set Up Python 🐍
23
uses: actions/setup-python@v4
24
with:
25
- python-version: 3.x
+ python-version: 3.10.6
26
27
- name: Install pre-commit 📦
28
run: |
0 commit comments