include autopep8 in indentation tip

This commit is contained in:
Juergen E. Fischer 2016-03-06 22:21:43 +01:00
parent d1743a99f9
commit df22d565f5

View File

@ -70,7 +70,7 @@ if [ -s "$ASTYLEDIFF" ]; then
Tips to prevent and resolve:
* Enable WITH_ASTYLE in your cmake configuration to format C++ code
* Install autopep8 to format python code
* Install autopep8 (>= 1.2.1) to format python code
* Use "scripts/astyle.sh file" to fix the now badly indented files
* Consider using scripts/prepare-commit.sh as pre-commit hook to avoid this
in the future (ln -s ../../scripts/prepare-commit.sh .git/hooks/pre-commit) or