We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac4a22b + 3dc1540 commit 25ee3d9Copy full SHA for 25ee3d9
Makefile
@@ -11,7 +11,6 @@ install:
11
.PHONY: lint
12
lint:
13
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
15
16
# build package
17
.PHONY: build
0 commit comments