Open ericvergnaud opened 1 month ago
A bug fix is about to be integrated, see https://github.com/pylint-dev/astroid/pull/2622. But this might break our code a bit because we will no longer be seeing partially inferred f-strings. A workaround would be to provide our own replacement for JoinedStr, see https://github.com/pylint-dev/astroid/pull/2622#issuecomment-2481277493.
Is there an existing issue for this?
Current Behavior
When linting code, Advices may contain messages that contain the word 'Uninferable', which is cryptic since it does not refer to an existing path.
Expected Behavior
The messages should not contain the word 'Uninferable'
Steps To Reproduce
No response
Cloud
AWS
Operating System
macOS
Version
latest via Databricks CLI
Relevant log output
No response