test/data/err_101.py:3:1 [FURB101]: Use `y = Path(x).read_text()` instead of `with open(x) as f: y = f.read()`
test/data/err_101.py:6:1 [FURB101]: Use `y = Path(x).read_bytes()` instead of `with open(x, ...) as f: y = f.read()`
test/data/err_101.py:9:1 [FURB101]: Use `y = Path(x).read_bytes()` instead of `with open(x, ...) as f: y = f.read()`
test/data/err_101.py:12:1 [FURB101]: Use `y = Path(x).read_text(...)` instead of `with open(x, ...) as f: y = f.read()`
test/data/err_101.py:15:1 [FURB101]: Use `y = Path(x).read_text(...)` instead of `with open(x, ...) as f: y = f.read()`
test/data/err_101.py:18:1 [FURB101]: Use `y = Path(x).read_bytes(...)` instead of `with open(x, ...) as f: y = f.read()`
