Skip to content

Commit 548febe

Browse files
committed
Post fix
1 parent 98911cb commit 548febe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ disable=
77
C0115, # missing-class-docstring
88
C0116, # missing-function-docstring
99
C0301, # line-too-long
10+
E0401, # import-error
1011
R0903, # too-few-public-methods
1112
R0913, # too-many-arguments
1213
R0917, # too-many-positional-arguments

0 commit comments

Comments
 (0)