Skip to content

Commit 5fdca87

Browse files
committed
chore: disable no-member pylint warnings (false positive)
1 parent d5cb312 commit 5fdca87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ disable=
66
duplicate-code,
77
missing-module-docstring,
88
too-many-arguments,
9-
unnecessary-pass
9+
unnecessary-pass,
10+
no-member,
1011

1112
[TYPECHECK]
1213
ignored-classes= responses

0 commit comments

Comments
 (0)