Skip to content

Commit

Permalink
dont remove EOL whitespace from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rijobro committed Jan 21, 2021
1 parent 434e246 commit f7deb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ for file in "${files[@]}"; do
--pipe "autoflake --in-place --remove-unused-variables --imports numpy,monai,matplotlib,torch,ignite {}" \
--pipe "isort -" \
--pipe "black -l 79 -" \
--pipe autopep8 \
--pipe "autopep8 - --ignore W291" \
--pipe "sed 's/ = list()/ = []/'"
fi

Expand Down

0 comments on commit f7deb35

Please sign in to comment.