Pycodestyle module produces false positive E231 on new Python 3.12 f-strings (PEP701)
That was fixed in pycodestyle 2.11.1
Currently used version is 2.10 so just updating pycodestyle to ~2.11 should fix that.
Environment
- Tool pycodestyle
- Prospector version 1.10.3
- Python version 3.12