Skip to content

Commit

Permalink
Add typingtest make target
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Jul 4, 2023
1 parent 35aa50d commit b63dc0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Expand Up @@ -9,12 +9,16 @@ devinstall:
pip install --upgrade --upgrade-strategy eager --editable .[dev]

.PHONY: test
test: rufftest
test: rufftest typingtest

.PHONY: rufftest
rufftest:
ruff .

.PHONY: typingtest
typingtest:
mypy .

.PHONY: clean
clean:
rm -rf dist
Expand Down

0 comments on commit b63dc0e

Please sign in to comment.