Niklas Mertsch
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:  The link "Alias of `GitConfigParser" refers to the line above. It would be...
## 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`...
### 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...