From 79b916b2bac28c454a1d2f8c053f478f6b7a6baa Mon Sep 17 00:00:00 2001 From: Han Wang Date: Thu, 15 Aug 2024 06:22:26 +0000 Subject: [PATCH] update --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bc993b71..36727851 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ omit = fugue_test/__init__.py [flake8] -ignore = E24,E203,W503,C401,C408,A001,A003,A005,W504,C407,C405,B023,B028 +ignore = E24,E203,W503,C401,C408,C420,A001,A003,A005,W504,C407,C405,B023,B028 max-line-length = 88 format = pylint exclude = .svc,CVS,.bzr,.hg,.git,__pycache__,venv,tests/*,docs/*