Add .pylintrc

This commit is contained in:
Kristóf Tóth 2018-04-13 16:28:30 +02:00
parent 9f4364ec10
commit c33a2f8103
1 changed files with 5 additions and 0 deletions

5
.pylintrc Normal file
View File

@ -0,0 +1,5 @@
[TYPECHECK]
ignored-modules = zmq
max-line-length = 150
disable = missing-docstring, too-few-public-methods