mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00

## Summary `display` is a special-cased builtin in IPython. This PR adds it to the builtin namespace when analyzing IPython notebooks. Closes https://github.com/astral-sh/ruff/issues/8702.
4 lines
56 B
Python
4 lines
56 B
Python
"""Test for IPython-only builtins."""
|
|
|
|
x = 1
|
|
display(x)
|