Quantcast
Channel: Pylint variable name doesn't conform to snake_case naming style - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by fpavogt for Pylint variable name doesn't conform to snake_case...

In the .pylintrc file, the good-names=... line should be prefaced by a [BASIC] keyword, i.e.:[BASIC]# Good variable names which should always be accepted, separated by a comma.good-names=i, j, k, ex,...

View Article



Pylint variable name doesn't conform to snake_case naming style

I have multiple warnings from pylint like that:'''Variable name "df" doesn't conform to snake_case naming style'''As I could understand, it happens because of variable name length less than 3 symbols....

View Article
Browsing all 2 articles
Browse latest View live




Latest Images