Skip to content

Commit 24a1c8c

Browse files
committed
Add black before commit checks
1 parent cc4db3a commit 24a1c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
uses: actions/setup-python@v2
7878
with:
7979
python-version: ${{ env.DEFAULT_PYTHON }}
80+
- name: Pre-black
81+
uses: psf/black@stable
8082
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
8183
id: cache-venv
8284
uses: actions/cache@v2

0 commit comments

Comments
 (0)