diff --git a/setup.cfg b/setup.cfg index 287c5559..5964ff98 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,3 +9,5 @@ ignore = E722, # do not assign a lambda expression E731 + # let black handle whitespace before ':' + E203