Skip to content

Commit

Permalink
change back to 'check' for black
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyhoyat authored Sep 23, 2023
1 parent 24d1cb4 commit 9180536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: pipenv run isort . --check-only

- name: Check style with black
run: pipenv run black . --check-only
run: pipenv run black . --check

- name: Lint with flake8
run: pipenv run flake8 .
Expand Down

0 comments on commit 9180536

Please sign in to comment.