Contributions are appreciated.
When submitting a bug report, please provide the following:
autopep8 --version
pep8 --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.
- Add a test case to
test/test_autopep8.py
that demonstrates what your change does. - Make sure all tests pass.