Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create invalid Python code when a function declaration is followed by a normal string #45

Closed
DanielNoord opened this issue Feb 10, 2022 · 0 comments · Fixed by #47
Closed
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@DanielNoord
Copy link
Owner

DanielNoord commented Feb 10, 2022

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.

@DanielNoord DanielNoord added this to the 0.4.0 milestone Feb 10, 2022
@DanielNoord DanielNoord self-assigned this Feb 10, 2022
@DanielNoord DanielNoord added bug Something isn't working enhancement New feature or request labels Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant