From 8a573ea762728ee6c52ee9763baad0886215b987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Mon, 3 Jul 2023 13:18:02 -0700 Subject: [PATCH] update .Prospector.YAML config file --- .prospector.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.prospector.yaml b/.prospector.yaml index 9d9ad0a..d4a9af9 100644 --- a/.prospector.yaml +++ b/.prospector.yaml @@ -11,4 +11,5 @@ pyflakes: pylint: disable: - chained-comparison + - django-not-configured # TODO: check why this warning keeps coming up - useless-suppression