Closed sc336 closed 1 year ago
Flake8's E203, whitespace before colon, conflicts with black's demand that there is space before a colon. I couldn't care less either way, but black at least fixes the problem itself, so let's disable E203.
Flake8's E203, whitespace before colon, conflicts with black's demand that there is space before a colon. I couldn't care less either way, but black at least fixes the problem itself, so let's disable E203.