# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1660634804 -7200
#      Tue Aug 16 09:26:44 2022 +0200
# Branch 13.0
# Node ID a89da06756f30852b980b62407a893670e98bad0
# Parent  10d653b7eb8bbc13203559f702732a566fe73213
👕 flake8

diff --git a/NEWS.rst b/NEWS.rst
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+1.0.1
+-----
+
+flake8 fix.
+
 1.0
 ---
 
diff --git a/__manifest__.py b/__manifest__.py
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -22,7 +22,7 @@
     "name": "Base Context",
     "license": "AGPL-3",
     "summary": "Provide context method on models",
-    "version": "13.0.1.0",
+    "version": "13.0.1.0.1",
     "category": "Technical",
     "author": "XCG Consulting",
     "website": "https://xcg-consulting.fr/",
diff --git a/hooks.py b/hooks.py
--- a/hooks.py
+++ b/hooks.py
@@ -43,9 +43,9 @@
         }
 
     def with_lang(self: Model) -> Model:
-        """Add lang info from the current user regardless of what the context may
-        already contain. It so happens the context often has wrong lang info by
-        default.
+        """Add lang info from the current user regardless of what the context
+        may already contain. It so happens the context often has wrong lang
+        info by default.
 
         Useful when running automated tasks.