Merge branch 'pylint'
[munter.git] / .pylintrc
diff --git a/.pylintrc b/.pylintrc
new file mode 100644 (file)
index 0000000..41cb4fa
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,9 @@
+[MASTER]
+
+disable = no-self-use
+
+[TYPECHECK]
+# List of members which are set dynamically and missed by pylint inference
+# system, and so shouldn't trigger E1101 when accessed. Python regular
+# expressions are accepted.
+generated-members = wx.*