You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting a new project, I've found that pre-commit's isort fails on the very first commit, because docs/conf.py has a wrong order of imports: stdlib's from importlib.metadata goes after third-party import autoapi.
BTW, autoapi is never used, do we import it for some side effects?
The text was updated successfully, but these errors were encountered:
When starting a new project, I've found that
pre-commit
'sisort
fails on the very first commit, becausedocs/conf.py
has a wrong order of imports: stdlib'sfrom importlib.metadata
goes after third-partyimport autoapi
.BTW,
autoapi
is never used, do we import it for some side effects?The text was updated successfully, but these errors were encountered: