Commit 81d34ece authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

adds makefile target for pytype

parent f75ee1fd
......@@ -39,3 +39,4 @@ dist/rdma/net_rdma
dist/sockets/net_sockets
trace/process
mk/local.mk
.eggs
......@@ -72,7 +72,7 @@ lint-clang-format:
$(CLANG_FORMAT) --dry-run --style=file `cat .lint-files`
lint: lint-cpplint lint-clang-format lint-python
lint-all: lint lint-clang-tidy
lint-all: lint lint-clang-tidy typecheck-python
help:
@echo "Targets:"
......
......@@ -25,4 +25,7 @@ include mk/subdir_pre.mk
lint-python:
pylint experiments
typecheck-python:
pytype -j 0 --keep-going --exclude "**/ae/*" -- experiments/
include mk/subdir_post.mk
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment