1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-04-12 13:24:05 +00:00

Merge pull request from mouse-reeve/black-stable

Gets black back on stable tag
This commit is contained in:
Mouse Reeve 2021-04-07 08:15:50 -07:00 committed by GitHub
commit 23a5f79a2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@20.8b1
- uses: psf/black@stable
with:
args: ". --check -l 80 -S"