Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wd0517 committed Mar 18, 2024
1 parent 78d88ab commit 9aebe5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ format: ## Run code autoformatters (black).
pre-commit run black --all-files

lint: ## Run linters: pre-commit (black, ruff, codespell) and mypy
pre-commit install && pre-commit run --all-files --show-diff-on-failure
tox -e lint

test: ## Run tests via pytest.
pytest tests
test:
tox

0 comments on commit 9aebe5c

Please sign in to comment.