From e162068b3051373271f6d09648024494185f3352 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 14 Oct 2022 18:29:57 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Updated=20liner=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 3f8cdaa..2088af9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,7 @@ [flake8] max-line-length = 120 exclude = .tox,.git,*/settings/*,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv +extend-ignore = E203 [pycodestyle] max-line-length = 120 @@ -16,6 +17,7 @@ skip_glob = **/migrations/*.py include_trailing_comma = true force_grid_wrap = 0 use_parentheses = true +profile = black [pycln] exclude = __init__.py,