herr kaste

Results 355 comments of herr kaste

Don't think so and never heard of it. Any references?

You're reading it wrong. OP wants to do relative imports like `from . import baz`. So `foo` must be a package bc a package groups related modules, and a package...

FWIW, I think in SL4 you can also set PYTHONPATH directly 🤔 ``` linters: pylint: env: { "PYTHONPATH": "/foobar/:$PYTHONPATH" } ```

@en-dash Yes, that's what I had in mind. Using `PYTHONPATH` should behave similar to our `paths` setting. But I also stated that namespace packages contain 'normal' packages, basically `__init__` is...

Okay, I'm relatively convinced now that I'm wrong and you and @NotSqrt are correct. However, I think it's pylint's fault. The 'normal' form for pylint is that you give it...

PR #52 for a first? implementation. Take a look!

I don't know what's going on here. Always good to set debug to true in the settings and watch the console. This way you get the actual command we're running...

Can't find when they added this flag nor any further descriptions 🙄 Any downsides to just add unconditional for everyone? Otherwise makes sense and lgtm.

Since for example ale and other IDEs set this as explained in https://github.com/koalaman/shellcheck/issues/902 we can do this too. Though instead of hard-coding it into `cmd`, doing it via `defaults` users...