Frank Hoffmann
Frank Hoffmann
**Describe the bug** The following code can not be formatted ```python with (a,b): # type: something pass ``` when run with these arguments: ```sh $ black example.py ``` The error...
Some with statements can not be parsed by black. They are unlikely to appear in real code, but they are valid python and can be parsed by cpython. **Examples** ```python...
### Description This pull-request adds fuzzy testing with pysource_codegen and pysource_minimize Bugs found so far: * #3678 * #3677 * #3676 ### Checklist - did you ... - [ ]...
## Description Hi, thank you for this very cool tool. I wrote [pysource-codegen](https://github.com/15r10nk/pysource-codegen) to to test some of the software I wrote. I would recommend you to use it in...
This bug was reported here https://github.com/macisamuele/language-formatters-pre-commit-hooks/issues/198, but it is actually a bug in toml-sort. The minimal reproducible toml file for this error is ``` toml [x] v.w = "" [x.r]...
3.13 support
First of all It was kind of an accident that I pushed directly into your repository, is it OK? This is the start of the 3.13 support. fixes #79 The...
Sentinel
different fixes for the SentinelNodeFinder currently work in progress. The question if this are required when we stop supporting python < 3.8 #64 is a new node finder which could...
This is still work in progress. The goal is an NodeFinder with similar capabilities like PositionNodeFinder, but for cpython