Micha Reiser
41f0aad7b3
Add FString support to binary like formatting
## Summary
This is the last part of the string - binary like formatting. It adds support for handling fstrings the same as "regular" strings.
## Test Plan
I added a test for both binary and comparison.
Small improvements across several projects
**This PR**
| project | similarity index | total files | changed files |
|--------------|------------------:|------------------:|------------------:|
| cpython | 0.76083 | 1789 | 1632 |
| django | 0.99966 | 2760 | 58 |
| **transformers** | 0.99929 | 2587 | 454 |
| twine | 1.00000 | 33 | 0 |
| typeshed | 0.99978 | 3496 | 2173 |
| **warehouse** | 0.99825 | 648 | 22 |
| **zulip** | 0.99950 | 1437 | 27 |
**Base**
| project | similarity index | total files | changed files |
|--------------|------------------:|------------------:|------------------:|
| cpython | 0.76083 | 1789 | 1632 |
| django | 0.99966 | 2760 | 58 |
| transformers | 0.99928 | 2587 | 454 |
| twine | 1.00000 | 33 | 0 |
| typeshed | 0.99978 | 3496 | 2173 |
| warehouse | 0.99824 | 648 | 22 |
| zulip | 0.99948 | 1437 | 28 |
<!-- How was it tested? -->
2023-09-08 11:48:57 +02:00
..
2023-09-08 11:48:57 +02:00
2023-08-26 12:29:58 +02:00