-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add type hints to 'parsing/' package #939
base: master
Are you sure you want to change the base?
Conversation
CI is failing because the required package is not installed. You can specify it in https://github.com/VUnit/vunit/blob/master/pyproject.toml#L64-L80, since all the tests are executed through tox. |
While setuptools is trying to determine dependencies, it has to run the |
Project metadata could be alternatively moved into |
@lavovaLampa could you please make 7cfdaec a separated PR (which we can merge before this)? |
Opened #942 |
Initial batch of type hints. Also refactored token kinds into an Enum, as Python 3.6 is no longer supported.
Currently depends on some types provided by package 'typing-extensions', in case this new dependency is unwelcome, I can remove dependent type hints.