Skip to content

Commit 25ee3d9

Browse files
authored
Merge pull request #324 from input-output-hk/drop_pytype
chore(makefile): remove redundant pytype lint step
2 parents ac4a22b + 3dc1540 commit 25ee3d9

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)