diff --git a/README.md b/README.md index 6fd80a3..5720801 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ GitHub pull requests. To speed the code review process, we ask that: your pull requests. In most cases this can be done by running `autopep8 -i --indent-size 2 ` on the files you have edited. +* You should also check your code with pylint and TensorFlow's pylint + [configuration file](https://raw.githubusercontent.com/tensorflow/tensorflow/master/tensorflow/tools/ci_build/pylintrc) + by running `pylint --rcfile=/path/to/the/tf/rcfile `. + * When making your first pull request, you [sign the Google CLA](https://cla.developers.google.com/clas)