X-Git-Url: https://wylark.com/src/munter.git/blobdiff_plain/b953b8e9460ee33a3997846fb1bc7dacf712ff48..f6c31e69611050e412aaec1fefda844469a231cb:/.pylintrc?ds=sidebyside diff --git a/.pylintrc b/.pylintrc new file mode 100644 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.*