STT-tensorflow/tensorflow/tools/ci_build/pep8
A. Unique TensorFlower 7f4eda8c82 Add pep8 check option to ci_sanity.sh.
Add pep8 to pip package installation.
Add configuration file for pep8.
Change: 126839524
2016-07-07 13:32:47 -07:00

12 lines
283 B
Plaintext

[pep8]
# Skip errors and warnings
# E111 indentation is not a multiple of four
# E114 indentation is not a multiple of four (comment)
ignore=E114,E111
# Set maximum allowed line length (default: 79)
max-line-length=80
# Set the error format [default|pylint|<custom>]
format=pylint