From 68b8dcf19e6ed02329f26041d55ec612aed62ab2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 23 Nov 2021 00:37:17 +0100 Subject: [PATCH] add todo --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,