Skip to content

Commit

Permalink
add diff option
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Jan 26, 2024
1 parent c08a6fc commit bf76144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ format: ## Run black formatter in-line
# Linting
lint: ## check style with flake8
flake8 $(MODULE_NAME) $(TEST_DIR)
black --check $(MODULE_NAME) $(TEST_DIR)
black --check --diff $(MODULE_NAME) $(TEST_DIR)


# Testing / Coverage
Expand Down

0 comments on commit bf76144

Please sign in to comment.