Spam-Number-Filter/Spam-Filter-WebPage

Fix pylint errors for the different modules

Closed this issue · 1 comments

The two packages (data-numbers and number-filter) don't follow the pylint guide of style, so we should fix that, since pylint can help a lot with silly errors/namings/typos.

It is mandatory to read #3 first, as it explains some configurations for pylint + django.

TODO items:

  • #8
  • Refactor number-filter package

We aren't using pylint anymore, we have seen that is too much restrictive for this project, and django already uses flake8 on his repository, so, we moved to flake.

Closing issue.