From 387853c577b636fa8129fd144e3a7fb0979de2a2 Mon Sep 17 00:00:00 2001 From: "Daniel J. Beutel" Date: Thu, 1 Feb 2024 11:08:03 +0100 Subject: [PATCH] Add example formatting to test.sh (#2875) Co-authored-by: Taner Topal --- dev/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/test.sh b/dev/test.sh index d3130bf3f6c2..1ed1b96edea1 100755 --- a/dev/test.sh +++ b/dev/test.sh @@ -15,7 +15,7 @@ python -m isort --check-only --skip src/py/flwr/proto src/py/flwr echo "- isort: done" echo "- black: start" -python -m black --exclude "src\/py\/flwr\/proto" --check src/py/flwr +python -m black --exclude "src\/py\/flwr\/proto" --check src/py/flwr examples echo "- black: done" echo "- init_py_check: start"