Skip to content

Commit

Permalink
Do black --check via Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
puhitaku committed May 3, 2021
1 parent 90cf0db commit 7704343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
command: python -m coveralls
- run:
name: Black check
command: black --check .
command: make black-check

workflows:
version: 2
Expand Down

0 comments on commit 7704343

Please sign in to comment.