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 135 forks source link

Update black to 20.8b1 #136

Closed hramezani closed 3 years ago

mgrdcm commented 3 years ago

@hramezani Did you find out why this didn't work?

hramezani commented 3 years ago

@hramezani Did you find out why this didn't work?

I think the new version of black couldn't be installed on pypy3. I am going to make another PR and make the black format checking better. Currently, black format check runs on every test. I think it is not necessary and we can run it just once.