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

Fix pre-commit-hook #216

Open sbrugman opened 6 months ago

sbrugman commented 6 months ago

Closes #214

nathanjmcdougall commented 1 month ago

Using system is not ideal I think - it means the system Python executable is used, a) this won't necessarily have import-linter installed, and b) it removes the possibility of using different versions of the tool in different virtual environments.