Skip to content

Commit 511d006

Browse files
committed
Remove duplicated lint-shell target in Makefile
Closes #67
1 parent efaf8dc commit 511d006

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ check: check-format lint typecheck test ## Run all checks
5757
check-outdated: ## Check for outdated dependencies
5858
poetry show --outdated || true
5959

60-
.PHONY: lint-shell
61-
lint-shell: ## Lint shell scripts using shellcheck
62-
shellcheck .github/scripts/*.sh
63-
6460
.PHONY: clean
6561
clean: ## Clean build artifacts
6662
rm -rf dist/ build/ *.egg-info/ .pytest_cache/ .mypy_cache/ .ruff_cache/

0 commit comments

Comments
 (0)