Salome HOME
style: black format
[tools/sat.git] / doc / _themes / alabaster / tasks.py
index ff51d9ee4f24b3b1fa715101dab7d2588cb21a61..c131611ae4dfa0b268d7080684fee1b1cb29918d 100644 (file)
@@ -4,10 +4,12 @@ from invocations.packaging import release
 
 
 ns = Collection(release, docs)
-ns.configure({
-    'packaging': {
-        'sign': True,
-        'wheel': True,
-        'changelog_file': 'docs/changelog.rst',
+ns.configure(
+    {
+        "packaging": {
+            "sign": True,
+            "wheel": True,
+            "changelog_file": "docs/changelog.rst",
+        }
     }
-})
+)