[red-knot] have mdformat wrap mdtest files to 100 columns (#14020)

This makes it easier to read and edit (and review changes to) these
files as source, even though it doesn't affect the rendering.
This commit is contained in:
Carl Meyer
2024-10-31 14:00:51 -07:00
committed by GitHub
parent b372fe7198
commit b8acadd6a2
22 changed files with 207 additions and 246 deletions

View File

@@ -2,7 +2,8 @@
## Parameter
Parameter `x` of type `str` is shadowed and reassigned with a new `int` value inside the function. No diagnostics should be generated.
Parameter `x` of type `str` is shadowed and reassigned with a new `int` value inside the function.
No diagnostics should be generated.
```py path=a.py
def f(x: str):