python-discord / django-crispy-bulma

Django application to add 'django-crispy-forms' layout objects for Bulma.io
MIT License
25 stars 9 forks source link

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

Closed sco1 closed 5 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.

jchristgit commented 5 years ago

Thanks!