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 57901f6 commit 7bbfd64Copy full SHA for 7bbfd64
.github/workflows/pre-commit.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up Python 3.10
11
uses: actions/setup-python@v1
12
with:
13
- python-version: 3.10
+ python-version: "3.10"
14
- name: Linting
15
run: |
16
pip install pre-commit
0 commit comments