fatsen

Results 3 issues of fatsen

Ugrep seems to read the content of `.ignore` file in current working directory, after setting `ignore-files=.ignore` in the file `.ugrep`. I want to make ugrep to read `.ignore` in `$user`...

Can't format scripts below. The error is 'IndexError: tuple index out of range'. ```python from typing import Any, Callable type Data = dict[str, Any] ``` python version: 3.13.3 operating system:...