style/fix: fixed linter

pull/885/head
Jason 2 years ago
parent f67683722b
commit 0d63fb60c0

@ -23,7 +23,7 @@ jobs:
run: | run: |
black . --line-length 101 black . --line-length 101
git config --global user.name 'autoblack' git config --global user.name 'autoblack'
git config --global user.email 'cclauss@users.noreply.github.com' git config --global user.email 'JasonLovesDoggo@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git checkout $GITHUB_HEAD_REF git checkout $GITHUB_HEAD_REF
git commit -am "fixup: Format Python code with Black" git commit -am "fixup: Format Python code with Black"

Loading…
Cancel
Save