- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
Convert matplotlib gui name in enable_gui (#14451)...
Convert matplotlib gui name in enable_gui (#14451)
This is a bug that I discovered whilst dealing with
matplotlib/matplotlib#28332. The change here is in
`TerminalInteractiveShell.enable_gui` which needs to convert a gui of
`macosx` from Matplotlib into `osx` in IPython. It reuses the converter
function created in #14420.
I've added a test that uses `enable_gui` and raises an exception before
this PR but passes with it.
The remainder of the changes are formatting changes from `pre-commit`.