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
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
lint/mypy: silence more messages on "improper" f-string formatting.
Copy-paste from the earlier commit (that was cherry-picked from
previous PR):
The messages silenced in this commit are all:
On Python 3 '{}'.format(b'abc') produces "b'abc'"; use !r if this is a desired behavior
Sadly, `mypy` doesn't say which particular fields are problematic; I've
tried my best to single them out - hopefully, nothing extraneous got in.
0 commit comments