I have made a 3.11.6 & 3.12.0 venv's and installed flake8 on both with pip install --upgrade flake8. I then added a fstring with : in a script, VSCode incorrectly reports E231 (missing whitespace after ':') in the 3.12.0 environment, while no such error is reported on 3.11.6.

This is a vscode-flake8 and not a flake8 issue as there is no E231 reported by flake8 command.