Skip to content

Commit 3dc1540

Browse files
committed
chore(makefile): remove redundant pytype lint step
The pytype command was removed from the lint target to streamline the linting process and avoid redundant type checking, as pre-commit hooks already handle code quality checks.
1 parent ac4a22b commit 3dc1540

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ install:
1111
.PHONY: lint
1212
lint:
1313
pre-commit run -a --show-diff-on-failure --color=always
14-
if command -v pytype >/dev/null 2>&1; then pytype -k -j auto cardano_clusterlib; fi
1514

1615
# build package
1716
.PHONY: build

0 commit comments

Comments
 (0)