lamby / django-lint

Tool to lint Django applications and projects
http://chris-lamb.co.uk/projects/django-lint/
GNU General Public License v3.0
191 stars 30 forks source link

pylint >= 1.0 breaks django-lint #22

Closed facconi closed 8 years ago

facconi commented 8 years ago

django-lint installs pylint 1.5.2 with pip, but is not compatible with pylint >= 1.0.

I have quick fixed the issue by installing pylint<1.0, I don't know if this is the best practice.

joshblum commented 8 years ago

+1 @lamby can you make this version explicit?