pylint: Allow long lines with # pylint: disable=...

This commit is contained in:
Florian Bruhin 2016-01-22 19:38:53 +01:00
parent 7945e632ba
commit 483d246e0d

View File

@ -44,7 +44,7 @@ docstring-min-length=3
[FORMAT]
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
[SIMILARITIES]