Skip to content

Commit

Permalink
Add ruff --fix target to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrant committed Oct 26, 2023
1 parent 7807314 commit c07d6c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ format:
${FORMAT_CMD}
.PHONY: format

static-fix:
${STATIC_CMD} --fix
.PHONY: static-fix

docs:
DJANGO_SETTINGS_MODULE=tests.settings $(MAKE) -C docs html SPHINXOPTS="-W"
.PHONY: docs
Expand Down

0 comments on commit c07d6c9

Please sign in to comment.