We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When .flake8 is present and contains any value for select under [flake8], the options under [pep8] are ignored.
The example below should break up the long comment, but it doesn't. If you comment out the select under [flake8] it gets broken up as expected.
# this is a long comment
.flake8
[pep8] max_line_length = 10 [flake8] select = E112
Command Line
$ autopep8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When .flake8 is present and contains any value for select under [flake8], the options under [pep8] are ignored.
The example below should break up the long comment, but it doesn't. If you comment out the select under [flake8] it gets broken up as expected.
Python Code
# this is a long comment
Command Line and Configuration
.flake8
Command Line
Your Environment
The text was updated successfully, but these errors were encountered: