Skip to content

Commit

Permalink
disable bad-continuation for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihiko-shinoda committed May 25, 2020
1 parent 05694a9 commit 58b2d78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
'''

0 comments on commit 58b2d78

Please sign in to comment.