Gideon

Results 19 issues of Gideon

### Describe the issue: When I run `numpy.test()` a failure is encountered in `test_linear_interpolation_formula_symmetric`. I don't know if this is actually a bug, but I thought I should add this...

00 - Bug
09 - Backport-Candidate

**Feature** Example: ```py from collections.abc import Generator from typing import Any from typing_extensions import Self class MyAwaitable: def __await__(self) -> Generator[Any, None, Self]: return self.do_something().__await__() async def do_something(self) -> Self:...

feature
topic-async

Sorry if the title is unclear, for example: I have a folder `tests`, and a requirements file at `tests/requirements.txt`. The requirement `pytest` is used in `tests`, is listed in `tests/requirements.txt`...

- [x] a detailed description of the bug or problem you are having - [x] output of `pip list` from the virtual environment you are using - [x] pytest and...

type: bug
type: selftests

For #12515 This is my first ever pull request, please tell me if I did anything wrong

Also, it would be great if there could be cp310 and cp311 wheels built

I'm making an alternative python AST. Just like the `ast` module, I want attributes to be set on a node using keyword arguments. The only problem with using ```py class...

topic: feature

Currently, trying to decompress a `tar.gz` file without the `tar.gz` extension, only recognizes the `gz` format, and leaves you with a folder containing a single `tar` file (also without extension)....

enhancement

If I put `"Docstring"` in a file, `flake8-quotes` complains (as it should), but with the error `Q002 Single quote docstring found but double quotes preferred`. This is incorrect, as they...

Closes #21 Todo (in no particular order): - [ ] Run mypy, tests and coverage (fail below 100%) automatically (GitHub actions, maybe [pre-commit](https://pre-commit.ci/)?) - [ ] Move tests to [pytest](https://docs.pytest.org/en/latest/)...