From 88be4cbd64a2864b6ef300b211f6f08853a4d35a Mon Sep 17 00:00:00 2001 From: c-bata Date: Fri, 9 Feb 2024 16:37:08 +0900 Subject: [PATCH] Add flake8 ignore options --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 93d9ad560..1eabbdceb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,7 @@ [flake8] +ignore = + E203 + W503 max-line-length = 99 statistics = True exclude = venv,build