From ae5f6c97490d60663b21dd03b5453653baec4c72 Mon Sep 17 00:00:00 2001
From: Marcel Robitaille <mail@marcelrobitaille.me>
Date: Mon, 22 Feb 2021 10:17:58 -0500
Subject: [PATCH] [pylint] cv2 is weird

---
 pylint/pylintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylint/pylintrc b/pylint/pylintrc
index 149af69..16d06e8 100644
--- a/pylint/pylintrc
+++ b/pylint/pylintrc
@@ -3,7 +3,7 @@
 # A comma-separated list of package or module names from where C extensions may
 # be loaded. Extensions are loading into the active Python interpreter and may
 # run arbitrary code.
-extension-pkg-whitelist=
+extension-pkg-whitelist=cv2
 
 # Specify a score threshold to be exceeded before program exits with error.
 fail-under=10.0