We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ae76f commit e38a376Copy full SHA for e38a376
Makefile
@@ -69,7 +69,7 @@ gen: ${GENALL}
69
build-self: ensure-docker
70
cargo build --all
71
cd libs/gl-client-py; maturin develop
72
- mypy examples/python
+ #mypy examples/python
73
74
check-all: check-self check-self-gl-client check-py
75
@@ -140,7 +140,8 @@ docker-check-py: docker-volumes
140
cln: ${CLN_TARGETS}
141
142
docs:
143
+ # TODO mypy fails to verify the generated primitives_pb2 types
144
145
cargo build --manifest-path=./examples/rust/getting-started/Cargo.toml
146
mkdir -p ${REPO_ROOT}/site/
147
(cd docs; mkdocs build --strict --clean --site-dir=${REPO_ROOT}/site/ --verbose)
0 commit comments