diff --git a/setup.cfg b/setup.cfg index 816a833274..466c0cba44 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,8 @@ ignore = E722, # - C901 - function is too complex C901, - # - N802 - function name should be lowercase (In the future, we should conform to this!) + # - N802 - function name should be lowercase + # TODO (In the future, we should conform to this!) N802, # - N806 - variable should be lowercase N806,