Skip to content

Commit

Permalink
Add example formatting to test.sh (#2875)
Browse files Browse the repository at this point in the history
Co-authored-by: Taner Topal <[email protected]>
  • Loading branch information
danieljanes and tanertopal authored Feb 1, 2024
1 parent ac77ead commit 387853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 387853c

Please sign in to comment.