f2format icon indicating copy to clipboard operation
f2format copied to clipboard

Backport compiler for Python 3.6 formatted string literals (f-string).

Results 1 f2format issues
Sort by recently updated
recently updated
newest added

``` echo 'type((lambda: (yield))())' | ~/.local/bin/f2format -s Traceback (most recent call last): File "/Users/user/.local/bin/f2format", line 8, in sys.exit(main()) File "", line None bpc_utils.parsing.BPCSyntaxError: source file '' contains the following syntax...

parso