Open
Description
The use of single uppercase letter variables is pretty widespread in some applications, namely those that are more math-oriented. For example, X
is a common variable name given to a matrix, G
for graphs, etc.
My understanding of PEP8 is that these are specifically allowed (see Names to avoid), but also not specifically disallowed in the more relevant Function and method arguments section, which lists only N804
and N805
.