pylint: Allow long lines with # pylint: disable=...
This commit is contained in:
parent
7945e632ba
commit
483d246e0d
@ -44,7 +44,7 @@ docstring-min-length=3
|
|||||||
|
|
||||||
[FORMAT]
|
[FORMAT]
|
||||||
max-line-length=79
|
max-line-length=79
|
||||||
ignore-long-lines=(<?https?://|^# Copyright 201\d)
|
ignore-long-lines=(<?https?://|^# Copyright 201\d|# (pylint|flake8): disable=)
|
||||||
expected-line-ending-format=LF
|
expected-line-ending-format=LF
|
||||||
|
|
||||||
[SIMILARITIES]
|
[SIMILARITIES]
|
||||||
|
Loading…
Reference in New Issue
Block a user