Add black code formatter

This commit is contained in:
Sascha Ißbrücker
2024-01-27 11:29:16 +01:00
parent 6775633be5
commit 98b9a9c1a0
128 changed files with 7181 additions and 4264 deletions

View File

@@ -13,7 +13,7 @@ class MetadataViewTestCase(TestCase):
"short_name": "linkding",
"start_url": "bookmarks",
"display": "standalone",
"scope": "/"
"scope": "/",
}
self.assertDictEqual(response_body, expected_body)
@@ -28,6 +28,6 @@ class MetadataViewTestCase(TestCase):
"short_name": "linkding",
"start_url": "bookmarks",
"display": "standalone",
"scope": "/linkding/"
"scope": "/linkding/",
}
self.assertDictEqual(response_body, expected_body)