SrinivasMushnoori / repex

An implementation of the RepEx package as an application written in the EnTK API
MIT License
2 stars 2 forks source link

Make code PEP8 compliant using yapf #14

Closed doaa-altarawy closed 5 years ago

doaa-altarawy commented 5 years ago

Use yapf to style your code to be PEP8 compliant. It will fix extra lines, some missing spaces, long lines. It will NOT fix variable names.

In terminal: pip install yapf

Then modify files in place:

yapf -i filename
yapf -i -r directory_name
SrinivasMushnoori commented 5 years ago

Addressed and pushed to devel.

SrinivasMushnoori commented 5 years ago

Capitalizations and naming conventions will be handled as per #15