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
It appears that the pylint checking isn't configured correctly because it isn't warning about a bunch of formatting problems. I discovered the following;
This should fail with requiring 4 spaces;
abc(
"hello")
This should fail with requiring 2 newlines between classes;
classABC(object):
passclassBCD(object):
pass
The text was updated successfully, but these errors were encountered:
It appears that the pylint checking isn't configured correctly because it isn't warning about a bunch of formatting problems. I discovered the following;
This should fail with requiring 4 spaces;
This should fail with requiring 2 newlines between classes;
The text was updated successfully, but these errors were encountered: