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
692 stars 49 forks source link

add exclude_type_checking_imports setting #201

Closed gruebel closed 1 year ago

gruebel commented 1 year 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 1 year ago

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

gruebel commented 1 year 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 1 year ago

Great to hear!