X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=setup.cfg;h=9a58dd3cf6812ae271139dc0e78da87c4c627f1e;hb=HEAD;hp=7788df8ac1bba8fcb4c892840c42a0cf1e0fbb3c;hpb=7747a39ff4d33f722737ff57a1a3b69cca97909a;p=babeltrace.git diff --git a/setup.cfg b/setup.cfg index 7788df8a..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/typing/typing.py +exclude = tests/utils/python/normand.py tests/utils/python/tap tests/utils/python/typing/typing.py