From 8da4032c3bf789ae363526ae06f3d2715c856751 Mon Sep 17 00:00:00 2001 From: mhchia Date: Wed, 24 Jul 2019 16:23:30 +0800 Subject: [PATCH] Let pylint not complain about FIXME, XXX --- .pylintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 7113484..4955221 100644 --- a/.pylintrc +++ b/.pylintrc @@ -197,8 +197,7 @@ spelling-store-unknown-words=no [MISCELLANEOUS] # List of note tags to take in consideration, separated by a comma. -notes=FIXME, - XXX +notes= [TYPECHECK]