Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielguarisa authored Mar 23, 2023
1 parent 3d51b72 commit c422396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ formatting:
poetry run isort --settings-path pyproject.toml ./
poetry run black --config pyproject.toml ./

.PHONE: check-formatting
.PHONY: check-formatting
check-formatting:
poetry run isort --settings-path pyproject.toml --check-only ./
poetry run black --config pyproject.toml --check ./

.PHONY: tests
tests:
poetry run pytest | tee pytest-coverage.txt
poetry run pytest | tee pytest-coverage.txt

0 comments on commit c422396

Please sign in to comment.