Port all code to PEP8
Registered by
Andrea Ambu
We need to make all the code follow PEP8.
For this there is an useful tool in <branch>
$ <branch>
More easy (but more slow) is to run an automatic script on all converted files from the 'tests' directory:
python run_pep8_test.py
To check which files still need to be converted run from the 'tests' directory:
python run_pep8_test.py --list
The policy is now reverted! By default all files should follow PEP8 now. So it is no longer necessary to add:
Follows PEP8
Blueprint information
- Status:
- Complete
- Approver:
- Stani
- Priority:
- Essential
- Drafter:
- Andrea Ambu
- Direction:
- Approved
- Assignee:
- Andrea Ambu
- Definition:
- Approved
- Series goal:
- Accepted for 0.2
- Implementation:
- Implemented
- Milestone target:
- 0.2.7
- Started by
- Stani
- Completed by
- Stani
Whiteboard
Great Bryant! Thanks!
(?)