# Generate configuration file pylint --persistent=n --generate-rcfile > pylintrc # TensorFlow 1. URL: https://www.tensorflow.org/community/contribute/code_style 2. Download: wget -O /tmp/pylintrc https://raw.githubusercontent.com/tensorflow/tensorflow/master/tensorflow/tools/ci_build/pylintrc # TensorFlow code style guide Python style Follow the PEP 8 Python style guide, except TensorFlow uses 2 spaces instead of 4. Please conform to the Google Python Style Guide, and use pylint to check your Python changes.