From e7a5bfd4d424d766b18ac051bb4603b3f2380bbd Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 19 Oct 2022 16:29:36 +0200 Subject: [PATCH] Update setup.cfg --- setup.cfg | 7 ------- 1 file changed, 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index c8efe86..b88034e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,2 @@ -[flake8] -count = true -exclude = .git,*migrations*,venv -max-complexity = 8 -max-line-length = 119 -show-source = true - [metadata] description-file = README.md