DetachHead

Results 933 comments of DetachHead

yeah theres currently a few options that expect a relative path and don't work on an absolute path, such as `ignore` (https://github.com/DetachHead/basedpyright/issues/725). there's also `venvPath` which is the opposite and...

yeah as far as i know there's no way to do that. and from the discussion on that other issue i don't think it's a good idea to support it....

it's crazy to me hearing what other developers have to deal with lol. i'm very particular about how projects i work on should be set up so i guess i'll...

are you able to provide a minimal reproduction of the issue? ie. what do your tests look like and what was the command you used to run pytest? thanks

i think keep it open. as the error message says this should never happen so its likely still an issue that i need to fix. if you can provide exact...

hmm, i don't know why robot even allows that to begin with. it logs a warning at runtime and [robocop](https://robocop.readthedocs.io/en/5.8.1/rules_list.html#duplicated-test-case) has a rule against it too. pytest-robotframework uses the test...

hmm i can't seem to reproduce that. i can only get it to happen if there are multiple tests with the same name in the same suite

another reason for this is that vscode complains about basedmypy options because they're not in the json schema hosted on schemastore: https://json.schemastore.org/partial-mypy.json ![image](https://github.com/KotlinIsland/basedmypy/assets/57028336/a25ace88-9bc0-474a-bfd2-c0f68edfb31f)

i've thought about this before, but i'm hesitant to add this because i've seen other tools do it and it seems to encourage users to just apply the code action...

> I think most people who use baesdpyright do care about type checking as it is stricter and more accurate than pyright. So most of them will not apply the...