Merge branch 'timezone-support' into develop
[infoex-autowx.git] / .pylintrc
1 [MASTER]
2 # justifications for disabling the following, program-wide
3 #
4 # import-error: due to importation of the zeep module, this may be
5 # (more correctly) fixable by pylintrc init-hook
6 #
7 # invalid-name: infoex-autowx should be infoex_autowx, but it's too ugly
8 disable = import-error,invalid-name