Cecil Curry
Cecil Curry
**UPDATE:** Please see the megathread at #542 for further discussion and this temporary hot-fix for everybody: ```python from beartype import BeartypeConf, BeartypeDecorationPosition from beartype.claw import beartype_this_package beartype_this_package(conf=BeartypeConf( claw_decoration_position_funcs=BeartypeDecorationPosition.FIRST)) ``` 💪...
**tl;dr:** Typer type hints that look like `typing.Annotated[str, typer.Option(help="Last name of person to greet.")]` instead of `typer.Option(help="Last name of person to greet.")` is the answer in 2025. Continue reading for...
@davidfstr: @beartype is now down to only **9 air-quoted "errors"** against this PR. Hallelujah! We give praise to David. Your efforts are herculean. All of these "errors" appear to be...
> To fix the remaining `mypy_primer` errors in beartype I believe `typing_extensions` needs to release a version to PyPI that includes `TypeForm` (>= 2024-09-28). **Truth.** At python/typing_extensions#518, I publicly (and...