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
{{ message }}
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
@tiangolo : If possible for you, would be great to incorporate PR #20. I'd love to use this plugin but because I use the src structure, the current release version doesn't work for me :/.
If the project is organized like
and
pyproject.toml
is likethen, the detection of
__init__.py
fails.It is because, I think, the
__init__.py
detection logic here does not consider thefrom
value.The text was updated successfully, but these errors were encountered: