Add C0301 line-too-long error to pylint sanity check.
authorYifei Feng <yifeif@google.com>
Sat, 27 Jan 2018 00:53:59 +0000 (16:53 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sat, 27 Jan 2018 00:59:01 +0000 (16:59 -0800)
commitaee7f95a027accc94f1f9130f0cfaecd9399bc1d
tree6b8484915bf631f18b2fa0561a73549d9bf19fad
parente95537708f070a98607393a8f60bc61f1611a77b
Add C0301 line-too-long error to pylint sanity check.

PiperOrigin-RevId: 183467186
54 files changed:
tensorflow/contrib/bayesflow/python/ops/custom_grad_impl.py
tensorflow/contrib/data/python/kernel_tests/bucketing_test.py
tensorflow/contrib/eager/python/datasets.py
tensorflow/contrib/framework/python/ops/arg_scope.py
tensorflow/contrib/fused_conv/python/ops/fused_conv2d_bias_activation_benchmark.py
tensorflow/contrib/image/python/ops/single_image_random_dot_stereograms.py
tensorflow/contrib/kernel_methods/python/losses_test.py
tensorflow/contrib/layers/python/layers/layers_test.py
tensorflow/contrib/learn/python/learn/datasets/mnist.py
tensorflow/contrib/learn/python/learn/datasets/synthetic_test.py
tensorflow/contrib/learn/python/learn/estimators/debug_test.py
tensorflow/contrib/learn/python/learn/estimators/estimator_input_test.py
tensorflow/contrib/learn/python/learn/estimators/logistic_regressor_test.py
tensorflow/contrib/learn/python/learn/evaluable.py
tensorflow/contrib/learn/python/learn/experiment.py
tensorflow/contrib/learn/python/learn/learn_io/data_feeder.py
tensorflow/contrib/learn/python/learn/trainable.py
tensorflow/contrib/losses/python/losses/loss_ops.py
tensorflow/contrib/model_pruning/examples/cifar10/cifar10_pruning.py
tensorflow/contrib/mpi_collectives/python/ops/mpi_ops.py
tensorflow/contrib/rnn/python/kernel_tests/core_rnn_test.py
tensorflow/contrib/session_bundle/exporter.py
tensorflow/contrib/slim/python/slim/learning_test.py
tensorflow/examples/tutorials/mnist/mnist_softmax.py
tensorflow/python/client/device_lib_test.py
tensorflow/python/debug/wrappers/hooks.py
tensorflow/python/framework/dtypes.py
tensorflow/python/framework/importer.py
tensorflow/python/framework/tensor_util.py
tensorflow/python/framework/test_util.py
tensorflow/python/kernel_tests/atrous_convolution_test.py
tensorflow/python/kernel_tests/candidate_sampler_ops_test.py
tensorflow/python/kernel_tests/control_flow_ops_py_test.py
tensorflow/python/kernel_tests/cwise_ops_test.py
tensorflow/python/kernel_tests/dynamic_stitch_op_test.py
tensorflow/python/kernel_tests/partitioned_variables_test.py
tensorflow/python/kernel_tests/random/random_ops_test.py
tensorflow/python/kernel_tests/xent_op_test.py
tensorflow/python/ops/image_ops_test.py
tensorflow/python/ops/math_grad.py
tensorflow/python/ops/matmul_benchmark.py
tensorflow/python/ops/matmul_benchmark_test.py
tensorflow/python/ops/nn_fused_batchnorm_test.py
tensorflow/python/ops/nn_ops.py
tensorflow/python/ops/quantized_conv_ops_test.py
tensorflow/python/ops/quantized_ops_test.py
tensorflow/python/ops/sparse_ops.py
tensorflow/python/ops/special_math_ops.py
tensorflow/python/saved_model/simple_save.py
tensorflow/python/training/learning_rate_decay.py
tensorflow/python/training/rmsprop.py
tensorflow/tools/ci_build/ci_sanity.sh
tensorflow/tools/ci_build/pylintrc
tensorflow/tools/dist_test/python/mnist_replica.py