Skip to content

Commit bb43535

Browse files
committed
Increase TEST_RC max-module-lines to 2050.
1 parent f25cfdc commit bb43535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run_pylint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272
TEST_RC_REPLACEMENTS = {
7373
'FORMAT': {
74-
'max-module-lines': 2000,
74+
'max-module-lines': 2050,
7575
},
7676
}
7777

0 commit comments

Comments
 (0)