lemonsaurus / django-simple-bulma

Django application to add the Bulma CSS framework and its extensions
MIT License
137 stars 17 forks source link

Update pre-commit config so it actually uses the flake8 plugins #30

Closed sco1 closed 4 years ago

sco1 commented 5 years ago

Since pre-commit creates its own environment for linting, additional flake8 plugins need to be explicitly specified in order to be used.

This also updates the contrib doc to align with recent changes (see: https://github.com/python-discord/organisation/issues/114)