From f7863d59f44cebd35f4b5030ca1b9a32bef5c072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Tue, 12 Apr 2022 13:14:35 +0200 Subject: [PATCH] common: update flake8 --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index ea4e97d..01aa946 100644 --- a/.flake8 +++ b/.flake8 @@ -5,6 +5,7 @@ ignore = # at least two spaces before inline comment E261 max-complexity = 10 +max-line-length = 120 per-file-ignores = # Imported but unused __init__.py:F401