We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117dcef commit 81ec9ceCopy full SHA for 81ec9ce
.github/workflows/pre-commit.yml
@@ -19,10 +19,8 @@ jobs:
19
20
- name: Install dependencies
21
run: |
22
- python -m pip install types-PyYAML types-requests
23
python -m pip install --upgrade pip
24
- python -m pip install pre-commit
25
- pip install types-requests
+ python -m pip install types-PyYAML types-requests pre-commit
26
pre-commit install-hooks
27
28
- name: Run Pre-Commit
0 commit comments