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
Disable (temporarily) the following two pylint errors:
************* Module hockepy.game
E: 64,15: Method 'name' has no 'lower' member (no-member)
E: 75,15: Value 'self.value' is unsubscriptable (unsubscriptable-object)
Disable (temporarily) the following two pylint errors:
As mentioned in a relevant commit message (33d7849) those two are caused by (now confirmed) bugs in pylint:
pylint-dev/pylint#2062
pylint-dev/pylint#2063
Until those are fixed, it'll be better to ignore those two issues.
The text was updated successfully, but these errors were encountered: