chore: clean files using pre-commit

This commit is contained in:
jo 2022-11-18 22:12:21 +01:00 committed by Marge Me
commit 0061e82ecd
81 changed files with 137 additions and 128 deletions

View file

@ -1,5 +1,5 @@
[MASTER]
load-plugins=pylint_common, pylint_django, pylint_celery
load-plugins=pylint_common, pylint_django, pylint_celery
[FORMAT]
max-line-length=120
@ -8,4 +8,4 @@ max-line-length=120
disable=missing-docstring,invalid-name
[DESIGN]
max-parents=13
max-parents=13

View file

@ -46,7 +46,7 @@ urlpatterns = [
# with proper key.
# If you don't want to use API on that step, then just use ConfirmEmailView
# view from:
# djang-allauth https://github.com/pennersr/django-allauth/blob/master/allauth/account/views.py#L190
# https://github.com/pennersr/django-allauth/blob/a62a370681/allauth/account/views.py#L291
url(
r"^registration/account-confirm-email/(?P<key>\w+)/?$",
TemplateView.as_view(),

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import django
import os
import sys

View file

@ -4549,4 +4549,4 @@
"http://creativecommons.org/publicdomain/zero/1.0/"
]
}
]
]