DetachHead

Results 929 comments of DetachHead

oh wait i think i misunderstood how this works. that config is specified on the build backend, as in the build tool on the package you're installing rather than what...

closing this as i'm pretty sure my comment above explains the situation. i also clarified the docs in #770. let us know if you're still having issues and we can...

I don't think it merges arrays when extending other config files. I think it's ambiguous whether you'd want it to. Ruff for example solves this with a separate `exclude` and...

if you're using the language server, it's probably not looking at `root/submodule/pyproject.toml` at all. see #384

Re-opening this because I think we should support `extend-exclude`

I've thought about this before, but since [the documentation for this rule](https://docs.basedpyright.com/latest/configuration/config-files#reportCallInDefaultInitializer) seems to be more concerned about performance rather than mutability, it might make sense to instead split it...

thanks for the contribution! i just want to make sure i fully understand the issue before we merge this, see https://github.com/DetachHead/basedpyright/issues/1281#issuecomment-2885309528

basedpyright already reads `metadata.vscode.languageId` to determine whether a cell is python or not. is this functionality not working for you? if not, could you upload the full notebook json so...

related (but different use case): #2

yeah i think this is basically just the same as baseline. perhaps the docs can be updated to mention this use case