X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=setup.cfg;h=02702a12cc992342aa272e0ec0cd19ca95f01630;hb=c362e0f6293f5f215e82ea670051219cba5aece7;hp=9fbc23cf64fdacc7ec1ab0272df32fc24eecba31;hpb=86f24b106e04c81bf252f2a4b1b99ad99b938de8;p=babeltrace.git diff --git a/setup.cfg b/setup.cfg index 9fbc23cf..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`: # @@ -13,4 +14,4 @@ ignore = E501,W503 # Has code to set up the DLL search path before imports. per-file-ignores = src/bindings/python/bt2/bt2/__init__.py:F401,E402 -exclude = tests/utils/python/tap tests/utils/python/local_typing.py +exclude = tests/utils/python/normand.py tests/utils/python/tap tests/utils/python/typing/typing.py