Skip to content

Commit 972a8f8

Browse files
committed
chore(pylintrc): get rid of E1120 errors for LINSTOR using signature-mutators
Signed-off-by: Ronan Abhamon <[email protected]>
1 parent 22a6887 commit 972a8f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/pylintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ generated-members=REQUEST,acl_users,aq_parent,linstor.*
9292
# # supports qualified module names, as well as Unix pattern matching.
9393
ignored-modules=bitarray
9494

95+
# List of decorators that change the signature of a decorated function.
96+
signature-mutators=linstorcowutil.linstorhostcall
9597

9698
[SIMILARITIES]
9799

0 commit comments

Comments
 (0)