cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / setup.cfg
index fa41210718a22f8cd9313c4a40ca5acbb01c503d..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`:
 #
This page took 0.022354 seconds and 4 git commands to generate.