daknob / TorPaste

A Pastebin for Tor
MIT License
15 stars 7 forks source link

Switch to flake8 linter and fix warnings #58

Closed c-w closed 7 years ago

c-w commented 7 years ago

The flake8 linter is a wrapper around pep8 and pyflakes. In addition to checking for PEP style compliance, flake8 will also find bugs with an essentially zero false positive rate.

As such, it's well worth running the flake8 linter instead of pep8. A full listing of the issues that flake will detect can be found here.

c-w commented 7 years ago

Recreated from a well-named branch (as per contribution guidelines) in #59