From 7e0814435084a32090831c8c1efbba7deab98085 Mon Sep 17 00:00:00 2001 From: Chen Kasirer Date: Tue, 9 Jan 2024 19:31:51 +0100 Subject: [PATCH] updated setup.cfg --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a443ffd..e7f4c12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,11 @@ universal = 1 [flake8] max-line-length = 120 -exclude = */migrations/* +extend-ignore = + # See https://github.com/PyCQA/pycodestyle/issues/373 + E203, + # Only keep black line length check because flake8 forces it on comments as well + E501, [doc8] max-line-length = 120