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
Thanks for the report. Just a heads up that the fix might turn out to be in pylint, so it's too early to know if the pin/skip you suggest will be the one you eventually desire.
Steps to reproduce
Current behavior
The following error is emitted: E1130: bad operand type for unary -: Point (invalid-unary-operand-type)
Expected behavior
pylint reports no errors
python -c "from astroid import __pkginfo__; print(__pkginfo__.version)"
output3.2.3
The text was updated successfully, but these errors were encountered: