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.
0.5.0
0.4.1
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.
0.4.0
112d65c - **Add PLU003: blank lines before except**
ecddaf4 - **Simplify PLU002Visitor**
0.3.0
ee687e9 - **Add PLU002: blank lines before return statement**
7db6361 - **Prepare code for more rules, fix bug**
- Refactoring to make it easier to add more rules - Fix bug causing problems with multiple statements on one line