Skip to content

Support any plugin without needing a special param

username-removed-214013 requested to merge xZise/flake8:file-plugins into master

Description of changes

This doesn't require the tree parameter in plugins and considers all plugin that neither use physical_line or logical_line as a file plugin and calls those once per file. Previously the plugin needed the tree parameter as the first argument but if the plugin doesn't need it and didn't had it in the signature the plugin was never called.

Related to: #159

Merge request reports