-
For Bootstrapping the checkers they should automatically be set the
.env COMPOSE_PROJECT_NAME and put the `restart: always` policy in the checker `docker-compose` file
-
**Good news everybody!**
[PEP 747](https://peps.python.org/pep-0747/) will likely land soon (unlike some of the same-numbered planes ^^). It defines a new annotation `TypeForm[T]`, whic…
-
```
What steps will reproduce the problem?
1. Have a source code file containing an annotated try-with-resources:
try (
/*@DefaultQualifier(Nullable.class)*/
InputStream in = resourceRoot.getResource…
-
Add basic project scaffolding:
- [ ] more OWNERS
- [x] add to Prow
- [x] add some linters and checkers
- [ ] add shellcheck
/assign @Rozzii
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
## Describe the bug
Static type checkers like [Pyright](https://github.com/microsoft/pyright) generally don't work correctly with Jittor.
I'm new to Jittor, and haven't looked into the codebase, so …
-
Thank you for taking the time to report an issue and improve Flycheck. This template is for **actual bugs you observed**. If you have trouble setting up Flycheck, or if you have a question, please u…
-
Thanks for making and maintaining this! It would be neat to have typing support for checkers like [mypy](https://mypy.readthedocs.io/en/stable/) and [pyright](https://github.com/microsoft/pyright).
-
Having access to type information of a node would be hugely beneficial to refactoring. LibCST offers this to [Pyre users via the Pyre Query API](https://libcst.readthedocs.io/en/latest/metadata.html#…
-
A type alias that is generic over a ParamSpec can be specialized with a list of types, and if this list includes a TypeVar, the resulting alias is still generic to type checkers, but it cannot be subs…