Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lhennig0103 authored Jun 4, 2024
1 parent 377367b commit f2c681c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: test docs check
.PHONY: test docs check install-dev

test:
python -m pytest tests
Expand All @@ -8,4 +8,8 @@ docs:
python -m mkdocs serve --clean

check:
pre-commit run --all-files
pre-commit run --all-files

install-dev:
pip install -e ".[dev]"
pre-commit install

0 comments on commit f2c681c

Please sign in to comment.