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
Creating lots of RefResolvers shouldn't be common (as creating lots
of Validators should be reasonably uncommon itself), and even if
one did so, we have a fixed size LRU cache, so this seems OK.
Refs: PyCQA/flake8-bugbear#218
0 commit comments