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
Trying to update pylint the following code creates invalid Python:
def__init__(self, mode):
"init filter mo."
becomes
def__init__(self, mode):
"init filter mo."in
This would probably be solved by creating a QuotesTypeFormatter, which was on my to-do list anyway.
I'll create QuotesTypeFormatter for a quick 0.4.0 release and move all other issues to 0.5.0.
The text was updated successfully, but these errors were encountered:
Trying to update
pylint
the following code creates invalid Python:becomes
This would probably be solved by creating a
QuotesTypeFormatter
, which was on my to-do list anyway.I'll create
QuotesTypeFormatter
for a quick0.4.0
release and move all other issues to0.5.0
.The text was updated successfully, but these errors were encountered: