We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efaf8dc commit 511d006Copy full SHA for 511d006
Makefile
@@ -57,10 +57,6 @@ check: check-format lint typecheck test ## Run all checks
57
check-outdated: ## Check for outdated dependencies
58
poetry show --outdated || true
59
60
-.PHONY: lint-shell
61
-lint-shell: ## Lint shell scripts using shellcheck
62
- shellcheck .github/scripts/*.sh
63
-
64
.PHONY: clean
65
clean: ## Clean build artifacts
66
rm -rf dist/ build/ *.egg-info/ .pytest_cache/ .mypy_cache/ .ruff_cache/
0 commit comments