[red-knot] Autoformat mdtest Python snippets using blacken-docs (#13809)

This commit is contained in:
Alex Waygood
2024-10-19 15:57:06 +01:00
committed by GitHub
parent 2ff36530c3
commit 36cb1199cc
45 changed files with 331 additions and 132 deletions

View File

@@ -35,5 +35,5 @@ else:
# error: [conflicting-declarations]
# error: [invalid-assignment]
x = b'foo'
x = b"foo"
```