-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
flake8 support #34
Comments
All possible options for flake8: 🙈 |
We don't have to support all out of box 🤔 maybe a few common ones just first and iterate on it. |
I gave this a shot and it kinda works, but once again there is this "comment" topic. While #42 is about deleted comments, when parsing one of my production
Whereas the comment in the (Update -> we do not set an inline-comment-prefix and so it defaults to None)
So, before going down the rabbithole and debugging ConfigParser itself... What's your take on the whole comment story? |
These nowadays should live within pyproject.toml so this will be a won't do. |
Add support for formatting flake8 sections.
The text was updated successfully, but these errors were encountered: