aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/pep8
blob: 754278de49c1df87d6e1a2388076102d3c69acde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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