mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-29 04:51:11 +00:00
New version of black, new whitespace
This commit is contained in:
parent
ef83eb33b0
commit
3ade2d3bb1
152 changed files with 1289 additions and 1289 deletions
|
@ -167,7 +167,7 @@ class Work(OrderedCollectionPageMixin, Book):
|
|||
return self.to_ordered_collection(
|
||||
self.editions.order_by("-edition_rank").all(),
|
||||
remote_id="%s/editions" % self.remote_id,
|
||||
**kwargs
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
activity_serializer = activitypub.Work
|
||||
|
|
|
@ -15,7 +15,7 @@ django-rename-app==0.1.2
|
|||
pytz>=2021.1
|
||||
|
||||
# Dev
|
||||
black==20.8b1
|
||||
black==21.4b0
|
||||
coverage==5.1
|
||||
pytest-django==4.1.0
|
||||
pytest==6.1.2
|
||||
|
|
Loading…
Reference in a new issue