seddonym / import-linter

Import Linter allows you to define and enforce rules for the internal and external imports within your Python project.
https://import-linter.readthedocs.io/
BSD 2-Clause "Simplified" License
664 stars 45 forks source link

Support running as `python -m importlinter` #217

Open sbrugman opened 6 months ago

sbrugman commented 6 months ago

Closes https://github.com/seddonym/import-linter/issues/195

seddonym commented 6 months ago

@QasimK as the original requester of this feature, would you mind taking a look and checking this meets your needs?