Fixes
- Rework plugin internals so it no longer impacts other plugins (#104, #95, #90)
- Add missing support for Pydantic's
validate_arguments
decorator (#97) - Handle double-namespace imports (like
from urllib.parse
) properly (#103) - Add
None
handling forselect
andextend-select
, so the plugin works with the current flake8 head (#98). Thanks @wyuenho 👍