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
The tutorial here https://realpython.com/python-type-checking/ is helpful. This is very minimal, only covering the parts I'm currently using, and leaving out the details of the possible inputs to get (which are not just types).
We'd certainly be happy to add it! Pul requests would be welcome. For the time being, however, it will need to stay in a stub for Python 2 compatibility… hopefully beets as a whole will drop that soon and we'll be able to go Python 3-only.
Would it be possible to add type hints/type comments/type stubs (one of those) to support MyPy, PyCharm, etc?
The text was updated successfully, but these errors were encountered: