File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ def debugger_cls(self):
200200 ).tag (config = True )
201201
202202 autoformatter = Unicode (
203- "black" ,
203+ None ,
204204 help = "Autoformatter to reformat Terminal code. Can be `'black'`, `'yapf'` or `None`" ,
205205 allow_none = True
206206 ).tag (config = True )
Original file line number Diff line number Diff line change @@ -344,12 +344,11 @@ For more information please see the following unit test : ``extensions/tests/tes
344344Auto formatting with black in the CLI
345345~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
346346
347- If ``black `` is installed in the same environment as IPython, terminal IPython
348- will now *by default * reformat the code in the CLI when possible. You can
349- disable this with ``--TerminalInteractiveShell.autoformatter=None ``.
350-
351347This feature was present in 7.x, but disabled by default.
352348
349+ In 8.0, input was automatically reformatted with Black when black was installed.
350+ This feature has been reverted for the time being.
351+ You can re-enable it by setting ``TerminalInteractiveShell.autoformatter `` to ``"black" ``
353352
354353History Range Glob feature
355354~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments