abhisharma404 / vault

swiss army knife for hackers
https://abhisharma404.github.io/vault
MIT License
512 stars 94 forks source link

Make PEP-8 changes #67

Closed abhisharma404 closed 5 years ago

abhisharma404 commented 5 years ago

There's a been a lot of refactoring, checking it again for PEP-8 issues would be a great idea.

hernandeznahuel commented 5 years ago

Hello, I would like to contribute on this. Do you need it to follow strictly PEP-8 style guide? I mean, should I ignore issues like E303 (too many blank lines) or E501 (line too long) or E231 (missing whitespace after)? Thanks!

abhisharma404 commented 5 years ago

@nahuelhm17 It would be better if PEP-8 is strictly followed :)

hernandeznahuel commented 5 years ago

Ok, working on it :)

hernandeznahuel commented 5 years ago

I have just create a merge request. #71