[pre-commit-hook]
command=pylint
limit=5.0

[MASTER]
ignore=tests,integration_tests

[MESSAGE CONTROL]
disable=C0111

[FORMAT]
max-line-length=130
