From 7aa6ac3a71b2960bb3d4ca4d19464e77b17000e4 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 23 Nov 2016 13:26:54 +0200 Subject: [PATCH] - Ignore errors on ldap_attr because it's copied directly from ansible-ldap. --- .flake8 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..1517767 --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +exclude = ldap/ldap_attr.py -- GitLab