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

format-yapf: exclude experiments/out

yapf takes a long time to run when this directory contains large output files
parent abc4d0e9
...@@ -79,6 +79,7 @@ lint-yapf: ...@@ -79,6 +79,7 @@ lint-yapf:
format-yapf: format-yapf:
yapf --recursive --in-place \ yapf --recursive --in-place \
--exclude experiments/simbricks/orchestration/utils/graphlib.py \ --exclude experiments/simbricks/orchestration/utils/graphlib.py \
--exclude experiments/out/ \
-- results/ experiments/ -- results/ experiments/
lint-isort: lint-isort:
......
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