diff --git a/pyguide.md b/pyguide.md
index 9d5e0e699..2a035327c 100644
--- a/pyguide.md
+++ b/pyguide.md
@@ -190,7 +190,7 @@ auto-formatter to avoid arguing over formatting.
### 2.1 Lint
-Run `pylint` over your code.
+Run `pylint` over your code using this [pylintrc](https://google.github.io/styleguide/pylintrc).