Niklas Mertsch

Results 4 issues of Niklas Mertsch

The [API docs](https://gitpython.readthedocs.io/en/latest/reference.html) are great and detailed. However, the class `git.config.GitConfigParser` is only mentioned by name: ![Image](https://github.com/user-attachments/assets/a826dd33-450a-47f2-9fd8-5fc024321749) The link "Alias of `GitConfigParser" refers to the line above. It would be...

help wanted

## Summary Switch license metadata format in `pyproject.toml` from PEP 621 to PEP 639. Before: ```toml [project] licence-file = "LICENSE" ``` After, license from [SPDX License List](https://spdx.org/licenses/): ```toml [project] license...

Installing docformatter with Python 3.14 fails due to its dependency on [untokenize](https://pypi.org/project/untokenize/), which is not compatible with Python 3.14 (issue: https://github.com/myint/untokenize/issues/4, PR: https://github.com/myint/untokenize/pull/5). This is not an issue with `docformatter`...

fresh

### What is the problem or limitation you are having? After running `pip install .` in a briefcase project using toga, `briefcase dev` will crash with "Toga application must have...

enhancement