X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=setup.cfg;h=02702a12cc992342aa272e0ec0cd19ca95f01630;hb=57ec0a3533f05546d9988deca01ee6e3695357a9;hp=fa41210718a22f8cd9313c4a40ca5acbb01c503d;hpb=e612fc1e2590ddd39e402df5aceeab92ddddcc09;p=babeltrace.git diff --git a/setup.cfg b/setup.cfg index fa412107..02702a12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,8 @@ # E501: line too long # W503: line break before binary operator (conflicts with black's way of # formatting) -ignore = E501,W503 +# E203: Whitespace before ':' (conclicts with black's way of formatting) +ignore = E501,W503,E203 # Disabled warnings for `bt2/__init__.py`: #