Skip to content

Commit bdce92e

Browse files
author
bl4ko
committed
Fixing cv2 pylint problems
pylint-dev/pylint#2426 (comment)
1 parent a4835f5 commit bdce92e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pylintrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extension-pkg-allow-list=
3131
# be loaded. Extensions are loading into the active Python interpreter and may
3232
# run arbitrary code. (This is an alternative name to extension-pkg-allow-list
3333
# for backward compatibility.)
34-
extension-pkg-whitelist=cv2
34+
extension-pkg-whitelist=
3535

3636
# Return non-zero exit code if any of these messages/categories are detected,
3737
# even if score is above --fail-under value. Syntax same as enable. Messages
@@ -428,7 +428,7 @@ disable=raw-checker-failed,
428428
suppressed-message,
429429
useless-suppression,
430430
deprecated-pragma,
431-
use-symbolic-message-instead
431+
use-symbolic-message-instead,
432432

433433
# Enable the message, report, category or checker with the given id(s). You can
434434
# either give multiple identifier separated by comma (,) or put this option
@@ -555,7 +555,7 @@ contextmanager-decorators=contextlib.contextmanager
555555
# List of members which are set dynamically and missed by pylint inference
556556
# system, and so shouldn't trigger E1101 when accessed. Python regular
557557
# expressions are accepted.
558-
generated-members=
558+
generated-members=cv2
559559

560560
# Tells whether to warn about missing members when the owner of the attribute
561561
# is inferred to be None.

0 commit comments

Comments
 (0)