Files
tensorflow--tensorflow/tensorflow/tools/ci_build/pep8
T
wehub-resource-sync 8a852e4b4e
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:14:16 +08: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