Skip to content

Commit

Permalink
Add missing makefile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Oct 31, 2024
1 parent 7dc4e1e commit 730d692
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions minijinja-py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ test: .venv
.venv/bin/pytest

.PHONY: format
format:
format: .venv
.venv/bin/black tests python

.PHONY: type-check
type-check:
type-check: .venv
.venv/bin/pyright python

0 comments on commit 730d692

Please sign in to comment.