From ddccc0fbebaa011fa9c8dc71ebbdd35c1cfbfd12 Mon Sep 17 00:00:00 2001 From: Google Python team Date: Mon, 21 Sep 2020 17:50:54 +0000 Subject: [PATCH] Project import generated by Copybara. PiperOrigin-RevId: 332885552 --- pyguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyguide.md b/pyguide.md index 9d5e0e6..2a03532 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).