pep8 is wrong here. Quoting black's README: "This behaviour may raise E203 whitespace before ':' warnings in style guide enforcement tools like Flake8. Since E203 is not PEP 8 compliant, you should tell Flake8 to ignore these warnings." In general when using black it's safe to disable...
e203 does not coply with pep8 as perpsf/black#315 bc6d4fc spicydillyadded a commit to spicydilly/advent-of-code-2024 that referenced this issueDec 3, 2024 Add day 1 - 3 solutions (#1)… 30bdf87 JohannesBuchnermentioned this issueJan 27, 2025 ...