From 12460b04196b12d0272d40552402476d5492fea5 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 7 Jan 2024 20:43:22 +0100 Subject: [PATCH] remove flake8 section from setup.cfg --- setup.cfg | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/setup.cfg b/setup.cfg index 95ca4635f6..c6ce59a9e0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,17 +1,3 @@ -[flake8] -ignore = - # - W605 - invalid escape sequence - W605, - # - E501 - line too long (82 characters) - E501, - # - E722 - do not use bare except - E722, - # - C901 - function is too complex - C901, - # - B009 - Do not call getattr with a constant attribute value - B009 -exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,InvenTree/plugins/* - [isort] src_paths=InvenTree skip_glob =*/migrations/*.py