diff --git a/{{cookiecutter.project_slug}}/pyproject.toml b/{{cookiecutter.project_slug}}/pyproject.toml index d934b21e4..39687c22b 100644 --- a/{{cookiecutter.project_slug}}/pyproject.toml +++ b/{{cookiecutter.project_slug}}/pyproject.toml @@ -16,3 +16,9 @@ line-length = {{ cookiecutter.python_code_max_length_per_line }} [tool.pylint.format] max-line-length = "{{ cookiecutter.python_code_max_length_per_line }}" {%- endif %} + +[tool.pylint.messages_control] +# bad-continuation: @see https://github.com/PyCQA/pylint/pull/3571 +disable = ''', + bad-continuation, + '''