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
Hello! Thank you very match for this package. I am using mypy for type checking in my project. Before run mypy I call stubgen for generate stubs for my deps. When I run: stubgen --ignore-error -o /tmp/stubs/ -phumanfriendly I get error:
Critical error during semantic analysis: /home/ikrivosheev/.pyenv/versions/3.9.9/envs/ptms-3.9/lib/python3.9/site-packages/humanfriendly/terminal/html.py: error: Duplicate module named "humanfriendly.terminal.html" (also at "/home/ikrivosheev/.pyenv/versions/3.9.9/envs/ptms-3.9/lib/python3.9/site-packages/humanfriendly/terminal/html.py")