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

Make it possible to run using python -m #195

Open seddonym opened 11 months ago

seddonym commented 11 months ago

This is so you can specify the Python executable without needing to be in the context of a virtualenv.

Requested by @qasimk.