David Seddon

Results 219 comments of David Seddon

I think this is covered by this issue now. https://github.com/seddonym/import-linter/issues/157

Thanks for the nudge @Niccolum . Reading back this issue, I'm not sure exactly what the deliverable is. I'm going to try to define it more precisely... Perhaps what is...

Thank you! I haven't had any reply about the potential ways we could do this, so perhaps I could propose a more concrete option. The API could be as follows:...

I'm going to close this ticket as Import Linter now supports namespace packages.

Just doing some spring-cleaning... It's possible this now works, due to Import Linter's support for namespace packages. I'm going to close the ticket, but happy to reopen if the problem...

Good point. It would result in a breaking change though so I think the change would only be appropriate for a major version.

I'd like to try to help with this issue, and have some time next week. From what I understand, the PR fixes the underlying issue, but causes some apparently unrelated...

I've created a simple test case to show what is breaking. This test passes (but it shouldn't). ``` [case testDemo] [file a.py] [file a.py.2] # Comment to trigger reprocessing. [builtins...

Good news - I think I've got somewhere. [This WIP commit](https://github.com/python/mypy/pull/16675/commits/4c37dac8f2725a2377e3454c9bcb1b6fb729203a) gets the number of failing tests down to only 3. 🥳 # Background I noticed while debugging that there...

> Sounds like the error code explicit-override from https://github.com/python/mypy/pull/15512 is being activated erroneously in the test stubs. Adding the @override decorators feels more like a work-around for that. Thanks for...