From 0f4d5cd90a6afd8a33614610fa40a4a77c91b8eb Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 12 Feb 2021 13:10:45 -0800 Subject: [PATCH] pycodestyle: Improve comments documenting excludes. --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 450a8d4885..ae06b75a03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,8 @@ [pycodestyle] ignore = - # Each of these rules are ignored for the explained reason. + # These rules are ignored for the reasons explained in the comments. + # See https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes for + # error code definitions. # All formatting is handled by Black. E1,