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
Fix regression resulting in ignored pylint settings
We get rid of the immutable instance attributes in AstroidManager,
ensuring that these always mutate the global state instead of
instance's.
This fixes a regression introduced in commit
bbcc58b.
Fixes#2200
0 commit comments