test/data/err_146.py:10:1 [FURB146]: Replace `os.path.isabs(x)` with `Path(x).is_absolute()`
test/data/err_146.py:11:1 [FURB146]: Replace `os.path.isdir(x)` with `Path(x).is_dir()`
test/data/err_146.py:12:1 [FURB146]: Replace `os.path.isfile(x)` with `Path(x).is_file()`
test/data/err_146.py:13:1 [FURB146]: Replace `os.path.islink(x)` with `Path(x).is_symlink()`
test/data/err_146.py:15:1 [FURB146]: Replace `os.path.isabs(x)` with `x.is_absolute()`
test/data/err_146.py:16:1 [FURB146]: Replace `os.path.isdir(x)` with `x.is_dir()`
test/data/err_146.py:17:1 [FURB146]: Replace `os.path.isfile(x)` with `x.is_file()`
test/data/err_146.py:18:1 [FURB146]: Replace `os.path.islink(x)` with `x.is_symlink()`
test/data/err_146.py:20:1 [FURB146]: Replace `os.path.isabs(x)` with `Path(x).is_absolute()`
test/data/err_146.py:21:1 [FURB146]: Replace `os.path.isdir(x)` with `Path(x).is_dir()`
test/data/err_146.py:22:1 [FURB146]: Replace `os.path.isfile(x)` with `Path(x).is_file()`
test/data/err_146.py:23:1 [FURB146]: Replace `os.path.islink(x)` with `Path(x).is_symlink()`
test/data/err_146.py:25:1 [FURB146]: Replace `os.path.isabs(x)` with `Path(x).is_absolute()`
test/data/err_146.py:26:1 [FURB146]: Replace `os.path.isdir(x)` with `Path(x).is_dir()`
test/data/err_146.py:27:1 [FURB146]: Replace `os.path.isfile(x)` with `Path(x).is_file()`
test/data/err_146.py:28:1 [FURB146]: Replace `os.path.islink(x)` with `Path(x).is_symlink()`
test/data/err_146.py:30:1 [FURB146]: Replace `os.path.isabs(x)` with `Path(x).is_absolute()`
test/data/err_146.py:31:1 [FURB146]: Replace `os.path.isdir(x)` with `Path(x).is_dir()`
test/data/err_146.py:32:1 [FURB146]: Replace `os.path.isfile(x)` with `Path(x).is_file()`
test/data/err_146.py:33:1 [FURB146]: Replace `os.path.islink(x)` with `Path(x).is_symlink()`
