From d58a5f0ee50e672ca06557ee105e429dce0115cc Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Tue, 8 Feb 2022 18:59:13 +0530 Subject: [PATCH] explicitly exculde some dirs from flake8 check --- setup.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/setup.cfg b/setup.cfg index 7fe3424..866c15e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -66,6 +66,15 @@ profile = black indent-size = 4 max-line-length = 88 extend-ignore = W503,W605 +exclude = + venv + __pycache__ + .venv + ./env + venv/ + env + .env + ./build [mypy] python_version = 3.9