We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e966f commit 4731708Copy full SHA for 4731708
1 file changed
.github/workflows/pre-commit.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install .
21
+ python -m pip install pre-commit
22
pre-commit install
23
24
- name: Run pre-commit
0 commit comments