Fix issues shown by pylint(1)
[infoex-autowx.git] / .pylintrc
diff --git a/.pylintrc b/.pylintrc
new file mode 100644 (file)
index 0000000..be50ffa
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,8 @@
+[MASTER]
+# justifications for disabling the following, program-wide
+#
+# import-error: due to importation of the zeep module, this may be
+#               (more correctly) fixable by pylintrc init-hook
+#
+# invalid-name: infoex-autowx should be infoex_autowx, but it's too ugly
+disable = import-error,invalid-name