ruff
f452bf8c - Allow `matplotlib.use` calls to intersperse imports (#9094)

Commit
2 years ago
Allow `matplotlib.use` calls to intersperse imports (#9094) This PR allows `matplotlib.use` calls to intersperse imports without triggering `E402`. This is a pragmatic choice as it's common to require `matplotlib.use` calls prior to importing from within `matplotlib` itself. Closes https://github.com/astral-sh/ruff/issues/9091.
Author
Parents
Loading