cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / setup.cfg
index 9fbc23cf64fdacc7ec1ab0272df32fc24eecba31..02702a12cc992342aa272e0ec0cd19ca95f01630 100644 (file)
--- 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
This page took 0.022503 seconds and 4 git commands to generate.