From f4a0888465f4b3e5a4ff9b22da73b69ed7c6cda4 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Tue, 25 Feb 2020 18:35:12 +0100 Subject: [PATCH] Exclude the venv dir from flake8, we are only intereseted in lining our own code. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f5fa01f14..7f6a6833b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,3 @@ [flake8] ignore = E501,F405,F821,W504,W605 -exclude = migrations,node_modules +exclude = migrations,node_modules,venv -- GitLab