Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
plockaby committed Feb 24, 2024
1 parent 86d8bca commit c5bcf3a
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ test: install
poetry run pre-commit run --all-files
poetry run pytest --cov=src --cov-report=term --cov-report=html

.PHONY: pre-commit
pre-commit: install
.PHONY: lint
lint: install
poetry run pre-commit run --all-files

.PHONY: build
Expand Down
Loading

0 comments on commit c5bcf3a

Please sign in to comment.