Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ include common.mk
format: format-ruff format-codespell format-prettier format-pre-commit ## Run all automatic formatters

.PHONY: lint
lint: lint-ruff lint-ty lint-codespell lint-mypy lint-prettier lint-pyright lint-shellcheck lint-docs lint-twine lint-uv-lockfile lint-actions ## Run all linters
lint: lint-code lint-docs lint-twine lint-uv-lockfile lint-actions ## Run all linters

.PHONY: lint-code
lint-code: lint-ruff lint-ty lint-codespell lint-mypy lint-prettier lint-pyright lint-shellcheck ## Run code-specific linters

.PHONY: pack
pack: pack-pip ## Build all packages
Expand Down