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
Thanks for the report! Static analyzers like Vulture can't detect this kind of code use. Instead, we'll have to add a whitelist for the methods of string.Formatter (https://docs.python.org/3/library/string.html).
Running vulture over
gives
but when you run it you see that the code is in fact being exercised. Thoughts?
The text was updated successfully, but these errors were encountered: