jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
383 stars 137 forks source link

Add basic pre-commit config #161

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

More can be added as required (see https://pre-commit.com/hooks.html), but this adds a basic pre-commit config file to stop the check erroring PRs (e.g. https://github.com/jazzband/django-embed-video/pull/160):

image

hramezani commented 2 years ago

@hugovk I created a new PR with your pre-commit config and a new commit to fix the failing test. I close this PR