commit | 40fcb9ba283d36bad341d57356ed4276199d2ec4 | [log] [tgz] |
---|---|---|
author | afazekas <afazekas@redhat.com> | Fri Mar 08 11:25:11 2019 +0100 |
committer | afazekas <afazekas@redhat.com> | Fri Mar 08 16:04:05 2019 +0100 |
tree | a68b24660d8286af9fd2a216adf540756060618c | |
parent | c975f08e9be0273ff0832bc24e6acb2f704c2717 [diff] |
Add autopep8 to tox.ini autopep8 is an automated code formatting tool for python, it does not know everything, also not super fast, but it is faster than I can manually reformat the code. tools/format.sh will call the formatting, the tox will check did you called it. Also adding a tox -eautopep8 way to use it. autopep8 formats the lines in one way, where tempest used a another way it was changed. Change-Id: I6d51b14a5a5b87761071d0927fca23ba1651aa41