diff --git a/pylint/checkers/format.py b/pylint/checkers/format.py index a1074d588f..dfcf373bd5 100644 --- a/pylint/checkers/format.py +++ b/pylint/checkers/format.py @@ -430,7 +430,7 @@ def _continuation_inside_bracket(self, bracket, pos): CONTINUED, bracket, pos, - _Indentations(token_indent), + _Indentations(token_indent, next_token_indent), _Indentations(next_token_indent)) def pop_token(self):