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*,