fossology / atarashi

Atarashi scans for license statements in open source software, focusing on text statistics. Designed to work stand-alone and with FOSSology.
http://fossology.github.io/atarashi
GNU General Public License v2.0
26 stars 23 forks source link

Make the code PEP8 compliant #50

Closed agarwalrounak closed 5 years ago

agarwalrounak commented 5 years ago

According to the code guidelines, it should follow the PEP8 coding style but the code doesn't follow PEP8 standards. Thus, make the codebase PEP8 compliant.

GMishx commented 5 years ago

The code is actually PEP8 compliant. I guess you are confused with the indentation here.

Since atarashi is under FOSSology project group, we follow 2 space indentation instead of 4 (as recommended in PEP8). Maybe you can add that to the guideline.

GMishx commented 5 years ago

Closing as it is irrelevant.