David Seddon
David Seddon
> Having a wildcard that can extend to subpackages could also be beneficial. Agreed. This is how forbidden contracts already behave - from the docs: "Descendants of each module will...
>And we are trying to use the forbidden approach > but this is very difficult when you can't create groups of modules. Could you go into a bit more detail?...
Hi Łukasz, Thanks for getting involved, and the PR! Very much open to the improvements you mention - however changing everything comes with a time cost to review and understand...
Sure! Happy to review a PR. Thanks Łukasz!
Hi, thanks for the issue! I'm open to adding support for it as a flake plugin if you (or someone else) would like to submit a pull request.
Thanks for this - I reckon this is a slightly different issue, I've created a separate ticket here: https://github.com/seddonym/import-linter/issues/57
Thanks Jonathan - as mentioned on the issue you've linked to, I see this as low priority as it's quite difficult to fix. Would welcome insight as to what you...
> there's not much value in empty __init__.py files. Interesting - this surprises me! But you may have a point. My understanding of namespace packages is that they are focused...
Thanks for your input, it's challenging my thinking! I'll have another look at how hard this would be to do in import-linter. And of course always open to pull requests!
I'm pleased to say there is now a PR in place which offers support for namespace packages: https://github.com/seddonym/import-linter/pull/127 @tozka This should now meet your needs. @jstriebel, I have a feeling...