Zanie Blue
Zanie Blue
I've tried things like... ```diff ❯ gd main -- base.Dockerfile diff --git a/cpython-unix/base.Dockerfile b/cpython-unix/base.Dockerfile index 76811a5..0401a9a 100644 --- a/cpython-unix/base.Dockerfile +++ b/cpython-unix/base.Dockerfile @@ -22,7 +22,8 @@ WORKDIR '/build' RUN for s...
I'll look into this
+1 Would be willing to contribute to this.
Are these ecosystem checks showing new false negatives?
Thanks for your contribution! We won't be able to release this until v0.3.0 so it's going to be a bit before we can merge
Hey @tibor-reiss — I'm unsure. Ideally these things would be in separate pull requests for our changelog and review but we're talking pretty far out here and it could be...
Yeah I believe this was completed in #9687 Should we leave the issue open to track making it the non-preview default?
I don't know the context from those, but `import __main__` can an import an arbitrary third-party module — the [Python `__main__` documentation](https://docs.python.org/3/library/__main__.html#import-main) covers this. It seems like it may be...
Yeah standard library might make sense... I actually don't understand the use-case for importing `__main__`, I'd be curious to hear about that as it might help with a decision.
Hi! It sounds like this was introduced in our stable style mentioned in the [v0.3.0 changelog](https://github.com/astral-sh/ruff/releases/tag/v0.3.0). You can see more details about the stable style at https://github.com/astral-sh/ruff/issues/8678 However, it looks...