Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
use black for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb15 committed Apr 2, 2020
1 parent 3201bd7 commit d7c04c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ dev:
pip install -r dev-requirements.pip
pip install -e .

lint: ## check style with flake8
flake8 healthchecks_manager tests
lint:
black --check .

test: ## run tests quickly with the default Python
pytest
Expand Down

0 comments on commit d7c04c7

Please sign in to comment.