Skip to content

Commit 61ed096

Browse files
committed
ADLR/megatron-lm!2563 - ci: Add possibly-used-before-assignment
1 parent 0932494 commit 61ed096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ max-line-length=100
55
[MESSAGES CONTROL]
66
disable=all
77

8-
enable=C0115,C0116,W0611,C0301
8+
enable=C0115,C0116,W0611,C0301,E0606
99
# C0115: missing-class-docstring
1010
# C0116: missing-function-docstring
1111
# W0611: unused-import
1212
# C0301: line-too-long
13+
# E0606: possibly-used-before-assignment

0 commit comments

Comments
 (0)