Open k4nar opened 10 years ago
The documentation states that :
Elevator tries hard to honor PEP-8, and Zen of Python.
However, most of the code doesn't follow the PEP8, or any of the point mentioned in the doc.
A great tool to test PEP8ness and other nitpicks is flake8. I think it could be added to Travis.
Right, let's do this.
The documentation states that :
However, most of the code doesn't follow the PEP8, or any of the point mentioned in the doc.
A great tool to test PEP8ness and other nitpicks is flake8. I think it could be added to Travis.