From 6d136b80963ccfe9c89e971eed98e8c5d109b594 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 28 Sep 2022 20:26:11 -0400 Subject: make the example ignore a valid prefix resolves #1104 --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.rst b/docs/intro.rst index 2f10813..3be9d8e 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -200,7 +200,7 @@ Example:: [pycodestyle] count = False - ignore = E226,E302,E41 + ignore = E226,E302,E71 max-line-length = 160 statistics = True -- cgit v1.2.1