akolpakov / django-unused-media

Remove unused media files from Django project
MIT License
124 stars 24 forks source link

Use static code analysis tools #14

Closed ziima closed 6 years ago

ziima commented 6 years ago

To keep code clean, it's better to add isort, flake8, pydocstyle or similar tools to CI.

ziima commented 6 years ago

I'm not used to tox, but it looks like, it doesn't run the isort. I highly recommend that.