We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced83be commit b9f317fCopy full SHA for b9f317f
.github/workflows/pre-commit.yml
@@ -14,6 +14,7 @@ jobs:
14
~/.cache/pip
15
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
16
- uses: actions/setup-python@v2
17
+ - uses: psf/black@stable
18
- name: Install pre-commit
19
run: |
20
python -m pip install --upgrade pip
0 commit comments