DetachHead
DetachHead
this sounds like an idea @KotlinIsland and i have had for a while, a way to enforce a module's type. maybe something like this: ```py @module_type # tells the type...
if you use vscode, you can set the `typeCheckingMode` and `diagnosticSeverityOverrides` the user scope: 
to clarify, the issue is that the default settings for basedpyright don't match your preferences, so you need to change the settings in every project because there's no global configuration....
> Having the config file in the home path is not a good idea, when a lot of tools do it this ends cluttering their users' home, that's why most...
basedpyright uses [nodejs-wheel](https://github.com/njzjz/nodejs-wheel) which only supports windows, linux and macos. perhaps you could raise an issue there to see if they're willing to add an openbsd build
syntax errors should only be reported on actual syntax errors. since this code is syntactically valid, it should be a normal error with a diagnostic rule code
like what ruff does 
i dont get the point of writing a syntax error and expecting autocomplete to convert it to what you should've written to begin with. just write `pri` on its own,...
i guess this discussion can be continued in #458. as i said there although i don't really use snippets i don't have a problem with supporting them. as for this...
it will need to behave differently depending on the `pythonVersion`