test-tutorial-framework/.pylintrc

13 lines
224 B
INI
Raw Normal View History

2018-05-10 15:07:25 +00:00
[TYPECHECK]
ignored-modules = zmq
2019-06-04 11:59:12 +00:00
max-line-length = 120
2018-05-10 15:07:25 +00:00
disable = missing-docstring, too-few-public-methods, invalid-name
2019-06-04 11:59:12 +00:00
[SIMILARITIES]
2019-06-28 13:12:27 +00:00
min-similarity-lines=7
2019-06-04 11:59:12 +00:00
ignore-comments=yes
ignore-docstrings=yes
ignore-imports=yes