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
We had an ignore rule: [ignore: **.*.py] that, based on the above, should match any file with the pattern .*.py in any directory. That does not seem to be the case: it doesn't match that pattern anywhere. Without digging into the code, it's difficult to tell if the documentation is misleading or the implementation of ** has issues. Feel free to edit title/description to whatever is most accurate.