From d4e41024b05ea0a4bf4988f8cf1c55b5321fab40 Mon Sep 17 00:00:00 2001 From: crudo Date: Sun, 24 Dec 2017 13:21:14 +0100 Subject: [PATCH] Adjust setup.py for flake8 --- setup.cfg | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9af7e6f..1fd0918 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,11 @@ [aliases] -test=pytest \ No newline at end of file +test=pytest + +[flake8] +exclude = + .git, + __pycache__, + *.pyc, + openldap, + env, + *.egg*,