Fix a minor typo

This commit is contained in:
Alex Pyrgiotis 2022-10-12 03:11:24 +03:00 committed by deeplow
parent 649e427486
commit a14b4e9620
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -38,7 +38,7 @@ lint: lint-black lint-isort mypy ## check the code with various linters
.PHONY: lint-apply .PHONY: lint-apply
lint-apply: lint-black-apply lint-isort-apply ## apply all the linter's suggestions lint-apply: lint-black-apply lint-isort-apply ## apply all the linter's suggestions
.PHONT: test .PHONY: test
test: ## run tests in parallel test: ## run tests in parallel
pytest -v -n 4 --cov pytest -v -n 4 --cov