1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-07-11 08:48:47 +00:00
test-tutorial-framework/.pylintrc
2019-06-28 15:15:56 +02:00

13 lines
224 B
INI

[TYPECHECK]
ignored-modules = zmq
max-line-length = 120
disable = missing-docstring, too-few-public-methods, invalid-name
[SIMILARITIES]
min-similarity-lines=7
ignore-comments=yes
ignore-docstrings=yes
ignore-imports=yes