EntySec / HatSploit

Modular penetration testing platform that enables you to write, test, and execute exploit code.
https://hatsploit.com
MIT License
277 stars 62 forks source link

Apply Black formatting to code base #91

Closed naltun closed 2 years ago

naltun commented 2 years ago

Hey @enty8080 , I've added the Black formatter to the CI pipeline and have applied it (with single quotes) to the entire HatSploit codebase.

Review the format and let me know what you think. I've been using Black for about 6 months and I've been slowly incorporating it where I can. It might help with future contributions, as it standardizes code formatting.

enty8080 commented 2 years ago

@naltun Hey, I can not merge it due to checks fail. Please fix everything and I'll merge it.

Looks like black command not found.