-
Some IDEs or linters may not fully support deferred annotations, which can result in incorrect autocompletion or type-checking errors during development. This may hinder productivity, as IDEs might no…
-
As a user, I'd like to have SAS syntax checking/linting features.
-
# **Outcome**
We need to run checks on the `pulumi-svmkit` provider on PR creation.
-
It does compile and run ! but with the following issues that I don't understand.
```
cargo run --release --bin wgpu-examples boids
warning: unexpected `cfg` condition name: `dot_out`
--> naga…
-
I am not sure if I just can't find the docs, because I expected this to be included in either I (isort) or TCH (flake8-type-checking).
Although no PEP recommends where `if TYPE_CHECKING` import blo…
-
**Is your feature request related to a problem? Please describe.**
Add pre commit hooks. It help catch issues like linting errors, unformatted code, or failing tests before code is committed to the r…
-
I'm using DRF and drf-spectacular, and it uses runtime type introspection for some cases (like `serializers.SerializerMethodField()`. And i have no way to tell `ruff` to not move those types into TYPE…
-
I was able to reproduce this by deleting a file I didn't need while having `yarn dev` running in a different terminal.
```
yarn run v1.22.21
$ /home/maxicapodacqua/personal/cboard-ai-builder/node…
-
[Me](https://github.com/elijah-potter/harper/issues/255) again 👋
I managed to incorporate `harper-core` into the markdown text editor for [Lockbook](https://github.com/lockbook/lockbook) and inclu…
-
It seems like the error message indicates a type error in the route.ts file located at ./src/app/api/upload/route.ts. Specifically, the issue is with the writeFile function call on line 18, where the …