Skip to content

Commit 9c7812b

Browse files
committed
Add pylintrc to pass linting
1 parent 4df44a2 commit 9c7812b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

changehc/.pylintrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[DESIGN]
2+
3+
min-public-methods=0
4+
5+
6+
[MESSAGES CONTROL]
7+
8+
disable=R0903, C0301, R0914, C0103, W1203, E0611, R0902, R0913, W0105, W0611, W1401

0 commit comments

Comments
 (0)