cookiecutter-data-science/{{ cookiecutter.repo_name }}/.pylintrc

11 lines
149 B
INI

[MASTER]
load-plugins=pylint_common
[FORMAT]
max-line-length=120
[MESSAGES CONTROL]
disable=missing-docstring,invalid-name
[DESIGN]
max-parents=13