pylint: Allow long lines for copyright.

This commit is contained in:
Florian Bruhin 2016-01-04 08:22:33 +01:00
parent a5f2ac5f03
commit 6eeb3fa32c

View File

@ -44,7 +44,7 @@ docstring-min-length=3
[FORMAT]
max-line-length=79
ignore-long-lines=<?https?://
ignore-long-lines=(<?https?://|^# Copyright 201\d)
expected-line-ending-format=LF
[SIMILARITIES]