Skip to content

Commit 709f2a5

Browse files
committed
add ungrouped-imports to ignored pylint.
1 parent 100ac64 commit 709f2a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/run_pylint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
'too-many-locals',
6161
'too-many-public-methods',
6262
'unbalanced-tuple-unpacking',
63+
'ungrouped-imports',
6364
]
6465
TEST_RC_ADDITIONS = {
6566
'MESSAGES CONTROL': {

0 commit comments

Comments
 (0)