Commit 534f702d authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

include results/ in typecheck-python

parent 78d4c701
......@@ -23,9 +23,15 @@
include mk/subdir_pre.mk
lint-python:
pylint experiments
pylint experiments/ results/
typecheck-python:
$(MAKE) typecheck-experiments typecheck-results
typecheck-experiments:
pytype -j 0 --keep-going --exclude "**/ae/*" -- experiments/
typecheck-results:
pytype -j 0 --keep-going results/
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