X-Git-Url: https://wylark.com/src/infoex-autowx.git/blobdiff_plain/87aca64501da63577349e9f810a3f1521094fbd0..c2eb371bec21b7fbef29868fc6b92d1f2703d288:/.pylintrc?ds=sidebyside diff --git a/.pylintrc b/.pylintrc new file mode 100644 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