WhiteMemory99 / Intellij-Python-Inlay-Params

A PyCharm plugin that implements inlay parameter and type annotation hints for Python.
https://plugins.jetbrains.com/plugin/19538
MIT License
36 stars 6 forks source link

Fix unsafe cast causing issues with set[] #31

Closed WhiteMemory99 closed 1 year ago

WhiteMemory99 commented 1 year ago

Fixes #29

An unsafe cast in type hints was causing exceptions with set that declared explicitly.