codingo / Reconnoitre

A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
GNU General Public License v3.0
2.1k stars 457 forks source link

Address flake8 issues (#81 PEP8 refactor) #82

Closed dgisser closed 5 years ago

dgisser commented 5 years ago

closes #81 ran autopep8 --in-place --aggressive --aggressive --recursive .

You could add this as a commit hook if you want it to do formatting before each commit is seen by Travis to reduce noise.

codingo commented 5 years ago

Closes #81