We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35db8a7 commit 117dcefCopy full SHA for 117dcef
.github/workflows/pre-commit.yml
@@ -22,6 +22,7 @@ jobs:
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
26
pre-commit install-hooks
27
28
- name: Run Pre-Commit
0 commit comments