Tim Ohliger
Tim Ohliger
## Type - [x] Bug fix (non-breaking change which fixes an issue): Fixes # - [ ] New feature (non-breaking change which adds functionality). Resolves # - [ ] Breaking...
## Type - [ ] Bug fix (non-breaking change which fixes an issue): Fixes # - [x] New feature (non-breaking change which adds functionality). fixes #3052, fixes #4347, fixes #5802...
## Description This PR adds the option for defining `return_name` in a custom `type_caster`, which allows to have different python type hints for arguments and return value. The check if...
## Type - [X] Bug fix (non-breaking change which fixes an issue): Fixes # - [ ] New feature (non-breaking change which adds functionality). Resolves # - [ ] Breaking...
## Description This PR shows how pybind11-stubgen and mypy could be used in pytest to check for correct type hints. It stems from the discussion at #5663. This is just...