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 reason for this to be enabled explicitly is covered in the caveats section of the README:
Function and variable annotations aren't evaluated at definition time when from __future__ import annotations is used (PEP 563). This is why --no-eval-annotations is on by default (since v1.1.1, #66). If annotations are being evaluated at runtime, like using typing.get_type_hints or evaluating __annotations__ of an object, --eval-annotations should be used for best results.
Describe the bug
Vermin can't understand
list[T]
annotation. It shows that minimal version is 3.0To Reproduce
I run
on
main.py
Expected behavior
Show that minimal version is 3.9
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: