Skip to content

Commit

Permalink
Update format dir
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Jan 7, 2025
1 parent 6b4d450 commit ef5822f
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 @@ -73,15 +73,15 @@ lint: ## Lint project.
.PHONY: format
format: ## Format project.
@poetry run ruff format
@poetry run mdformat .
@poetry run mdformat .github/ docs/

.PHONY: check
check: check/format check/lint check/types check/spell ## Run all checks.

.PHONY: check/format
check/format:
@poetry run ruff format --check
@poetry run mdformat --check .
@poetry run mdformat --check .github/ docs/

.PHONY: check/lint
check/lint:
Expand Down

0 comments on commit ef5822f

Please sign in to comment.