Skip to content

Commit

Permalink
Fix a minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio authored and deeplow committed Oct 26, 2022
1 parent 5eb7ab8 commit 34b6031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lint: lint-black lint-isort mypy ## check the code with various linters
.PHONY: lint-apply
lint-apply: lint-black-apply lint-isort-apply ## apply all the linter's suggestions

.PHONT: test
.PHONY: test
test: ## run tests in parallel
pytest -v -n 4 --cov

Expand Down

0 comments on commit 34b6031

Please sign in to comment.