Merge pull request #896 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"