add pylint rule file that allows to use logger in lowercase

This commit is contained in:
Janne Sinivirta 2017-08-27 15:37:11 +03:00
parent 7b0296ad52
commit f223f89f8a

2
.pylintrc Normal file
View File

@ -0,0 +1,2 @@
[BASIC]
good-names=logger