We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912a05f commit 85fa6a9Copy full SHA for 85fa6a9
.github/workflows/pre-commit.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
+ python -m pip install pre-commit
24
pre-commit install-hooks
25
26
- name: Run Pre-Commit
0 commit comments