diff --git a/docs/src/py/notebook.py b/docs/src/py/notebook.py index b37a7efc..0d5ec0f2 100644 --- a/docs/src/py/notebook.py +++ b/docs/src/py/notebook.py @@ -12,7 +12,7 @@ Transform Python code by executing it, transforming to a Python console output, and finding and outputting color previews. """ -# ruff: noqa: PGH001 +# ruff: noqa: S307 import xml.etree.ElementTree as Etree from collections.abc import Sequence, Mapping from collections import namedtuple