Skip to content

Commit

Permalink
ruff . --fix, add --show-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Apr 19, 2023
1 parent 19c38b9 commit ba9ae2d
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 @@ -23,7 +23,7 @@ lint: ## Check formatting issues
@black . --check && ruff .

format: ## Fix formatting issues (where possible)
@black . && ruff . --fix
@black . && ruff . --fix --show-fixes

test: ## Run tests
@py.test
Expand Down

0 comments on commit ba9ae2d

Please sign in to comment.