Contributions are appreciated.
When submitting a bug report, please provide the following:
Does the
pycodestyle
tool behave correctly? If not, then the bug report should be filed at the pycodestyle repository instead.autopep8 --version
pycodestyle --version
python --version
uname -a
if on Unix.The example input that causes the bug.
The
autopep8
command-line options used to cause the bug.The expected output.
Does the bug happen with the latest version of autopep8? To upgrade:
$ pip install --upgrade git+https://github.com/hhatto/autopep8
When submitting a pull request, please do the following.
- Does the
pycodestyle
tool behave correctly? If not, then a pull request should be filed at the pycodestyle repository instead. - Add a test case to
test/test_autopep8.py
that demonstrates what your change does. - Make sure all tests pass.