From 8948c7d47b8bed23c56fed9307b4ea6cff2cefd8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 Jul 2024 07:47:36 +0100 Subject: [PATCH] removed punctuation ignores --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index c9c131f01..3963261f7 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] -ignore = E203,W503,E231,E222 +ignore = E203,W503 max-line-length = 100