Skip to content

Commit

Permalink
Adding back python check
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Walkowiak committed Oct 21, 2019
1 parent d0a1229 commit 59c2729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/check_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ for FOLDER in $(find tools examples -maxdepth 1 -mindepth 1 -type d);
do
if [[ ! ${EXCLUDE_FOLDERS[@]} =~ "$FOLDER" ]]
then
# validate_python $FOLDER
validate_python $FOLDER
validate_go $FOLDER
validate_typescript $FOLDER
else
Expand Down

0 comments on commit 59c2729

Please sign in to comment.