summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 51c054a75..fd2d1af3d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,3 +5,7 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/_build/html
+
+[pep8]
+exclude = lib
+format = pylint \ No newline at end of file