Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/conf.py has a wrong import order #329

Closed
hombit opened this issue Dec 11, 2023 · 0 comments · Fixed by #337
Closed

docs/conf.py has a wrong import order #329

hombit opened this issue Dec 11, 2023 · 0 comments · Fixed by #337
Assignees

Comments

@hombit
Copy link
Contributor

hombit commented Dec 11, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants