Merge pull request #1562 from elebumm/OpenSourceSimon-patch-1

Fix autoblack
pull/1563/head 3.1
Simon 2 years ago committed by GitHub
commit 0a2b784e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,4 +29,4 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git checkout $GITHUB_HEAD_REF
git commit -am "fixup: Format Python code with Black"
git push
git push origin HEAD:master

Loading…
Cancel
Save