You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Pierre-Sassoulas I believe it should be done as part of #645 since it's requiring to have at least Python 3.8 and there was a discussion regarding pycodestyle update (for some reason the actual version of it was even decreased from 2.10.0 to 2.9.1)
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
The text was updated successfully, but these errors were encountered: