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
9e77ce2 - Fix bug causing false positives for PLU002
When an inner async function was immediately followed by a return,
false positives could occur because other linters and formatters may
require a specific number of blanks after classes and functions. One
example is Black.
71ac99b - Fix bug causing false positives for PLU002
When an inner class or function was immediately followed by a return,
false positives could occur because other linters and formatters may
require a specific number of blanks after classes and functions. One
example is Black.