Ready (Python format preparations): to start work on #228 create scripts/python-formatter.sh using yapf3
I added python formatting script with invocation:
yapf3 --style='{based_on_style: google; column_limit: 160; use_tabs: True; dedent_closing_brackets: True; indent_width = 8; continuation_indent_width = 8}' -i FileName.py
Edited by Janek Kozicki