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
Names of type variables introduced in PEP 484 should normally use CapWords preferring short names: T, AnyStr, Num. It is recommended to add suffixes _co or _contra to the variables used to declare covariant or contravariant behavior correspondingly.
These might be useful additional checks to add to pep8-naming.
The text was updated successfully, but these errors were encountered:
PEP 8 suggest some naming rules for type variables:
These might be useful additional checks to add to pep8-naming.
The text was updated successfully, but these errors were encountered: