s0md3v / Striker

Striker is an offensive information and vulnerability scanner.
GNU General Public License v3.0
2.22k stars 451 forks source link

Style: Easier to read Python code style #49

Closed benmezger closed 5 years ago

benmezger commented 5 years ago

This uses black to format code in a more readable and standard way with the code base.

benmezger commented 5 years ago

@s0md3v any reason why this wasn't accepted?

s0md3v commented 5 years ago

Because I prefer single quotes :)

benmezger commented 5 years ago

Yeah, I get that, but you don't really use single quotes everywhere. Also this commit brings other changes other than single quotes.

I would also suggest writing a contribution guide of your own so people can follow, otherwise people waste time creating PRs while you deny them without an explanation.

s0md3v commented 5 years ago

I wrote this a year ago when I was a complete beginner. It's basically trash and I do not maintain it anymore. However, I have planned to rewrite this with new features and all, once I am free.

I apologize for not including a style guide :)