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

Use find_illegal_dependencies_for_layers in independence #185

Closed seddonym closed 1 year ago

seddonym commented 1 year ago

Uses Grimp's ImportGraph.find_illegal_dependencies_for_layers to speed up independence contract checking.