mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix a minor typo
This commit is contained in:
parent
649e427486
commit
a14b4e9620
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue