Skip to content

Commit

Permalink
Removing typo from black cmd again
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhelle committed Dec 9, 2020
1 parent 642d2c7 commit d586bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# if: ${{ success() || failure() }}
- name: black
run: |
black -t py36 --check --exclude venv . "
black -t py36 --check --exclude venv .
- name: flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit d586bdf

Please sign in to comment.