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

add exclude_type_checking_imports setting #201

Closed gruebel closed 10 months ago

gruebel commented 10 months ago

I'm really looking forward to this functionality, so I was happy it was added to grimp and I hope I added all needed changes 🤞

Fixes #198

gruebel commented 10 months ago

hey @seddonym thanks for the review, I adjusted everything as requested 🙂

gruebel commented 10 months ago

@seddonym just wanted to let you know, the new feature works really well in our code base, was able to remove a couple of the excludes 🍻

seddonym commented 10 months ago

Great to hear!