Skip to content

Commit 26f1311

Browse files
committed
fix(make): add CONTRIBUTING.md to the list of files to be formatted
1 parent 444155c commit 26f1311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ format: ## Run formatters (ruff, mdformat, stylua)
3838
ruff check --select I --fix .
3939
ruff format .
4040
@$(PRINT) "$(YELLOW)Running mdformat formatter...$(RESET)"
41-
mdformat README.md CLAUDE.md
41+
mdformat README.md CLAUDE.md CONTRIBUTING.md
4242

4343
typecheck: ## Run type checkers (Python and Lua)
4444
@$(PRINT) "$(YELLOW)Running Python type checker...$(RESET)"

0 commit comments

Comments
 (0)