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

remove typecheck-experiments-ae Makefile target

parent 811b5765
...@@ -27,8 +27,7 @@ lint-python: ...@@ -27,8 +27,7 @@ lint-python:
--ignore-paths experiments/simbricks/utils/graphlib.py \ --ignore-paths experiments/simbricks/utils/graphlib.py \
experiments/ results/ experiments/ results/
typecheck-python: typecheck-python: typecheck-experiments typecheck-results
$(MAKE) typecheck-experiments typecheck-results typecheck-experiments-ae
typecheck-experiments: typecheck-experiments:
pytype -j 0 --keep-going \ pytype -j 0 --keep-going \
...@@ -36,9 +35,6 @@ typecheck-experiments: ...@@ -36,9 +35,6 @@ typecheck-experiments:
experiments/simbricks/utils/graphlib.py \ experiments/simbricks/utils/graphlib.py \
-- experiments/ -- experiments/
typecheck-experiments-ae:
pytype -j 0 --keep-going experiments/pyexps/ae/
typecheck-results: typecheck-results:
pytype -j 0 --keep-going results/ pytype -j 0 --keep-going results/
......
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