Skip to content

Commit 3a76254

Browse files
committed
Disable 'line is too long' message
1 parent fdc3b6c commit 3a76254

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
@@ -2,4 +2,5 @@
22

33
[MESSAGES CONTROL]
44
# Disable the undefined-variable warning
5-
disable=undefined-variable
5+
disable=undefined-variable
6+
disable=C0301

0 commit comments

Comments
 (0)