diff --git a/pylint/checkers/format.py b/pylint/checkers/format.py index 023a933ebb7..c568a1b5b30 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):