Add pylint pre-push hooks

This commit is contained in:
Kristóf Tóth
2018-07-26 16:29:20 +02:00
parent 7a670f37f2
commit 3fad818b2b
3 changed files with 46 additions and 0 deletions

View File

@ -3,3 +3,9 @@
ignored-modules = zmq
max-line-length = 120
disable = missing-docstring, too-few-public-methods, invalid-name
[SIMILARITIES]
ignore-comments=yes
ignore-docstrings=yes
ignore-imports=yes