7638:176145438b1e | 7639:422fd05e9c91 |
---|---|
277 - Warn instead of error on non-existant file paths. | 277 - Warn instead of error on non-existant file paths. |
278 - Check for __future__ imports after other statements. | 278 - Check for __future__ imports after other statements. |
279 - Add reporting for some types of import shadowing. | 279 - Add reporting for some types of import shadowing. |
280 - Improve reporting of unbound locals | 280 - Improve reporting of unbound locals |
281 """ | 281 """ |
282 | |
283 # | |
284 # eflag: noqa = M702 |