Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshajib committed Dec 1, 2023
1 parent dd0a296 commit 30e0803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -49,6 +49,8 @@ clean-test: ## remove test and coverage artifacts

lint: ## check style with flake8
flake8 hierarc tests
black .
docformatter -r ./* --black --in-place

test: ## run tests quickly with the default Python
pytest
Expand Down

0 comments on commit 30e0803

Please sign in to comment.