test/data/err_146.py:11:1 [FURB146]: Replace `os.path.isabs(x)` with `Path(x).is_absolute()`
test/data/err_146.py:12:1 [FURB146]: Replace `os.path.isdir(x)` with `Path(x).is_dir()`
test/data/err_146.py:13:1 [FURB146]: Replace `os.path.isfile(x)` with `Path(x).is_file()`
test/data/err_146.py:14:1 [FURB146]: Replace `os.path.islink(x)` with `Path(x).is_symlink()`
test/data/err_146.py:16:1 [FURB146]: Replace `os.path.isabs(x)` with `x.is_absolute()`
test/data/err_146.py:17:1 [FURB146]: Replace `os.path.isdir(x)` with `x.is_dir()`
test/data/err_146.py:18:1 [FURB146]: Replace `os.path.isfile(x)` with `x.is_file()`
test/data/err_146.py:19:1 [FURB146]: Replace `os.path.islink(x)` with `x.is_symlink()`
test/data/err_146.py:21:1 [FURB146]: Replace `os.path.isabs(x)` with `Path(x).is_absolute()`
test/data/err_146.py:22:1 [FURB146]: Replace `os.path.isdir(x)` with `Path(x).is_dir()`
test/data/err_146.py:23:1 [FURB146]: Replace `os.path.isfile(x)` with `Path(x).is_file()`
test/data/err_146.py:24:1 [FURB146]: Replace `os.path.islink(x)` with `Path(x).is_symlink()`
test/data/err_146.py:26:1 [FURB146]: Replace `os.path.isabs(x)` with `Path(x).is_absolute()`
test/data/err_146.py:27:1 [FURB146]: Replace `os.path.isdir(x)` with `Path(x).is_dir()`
test/data/err_146.py:28:1 [FURB146]: Replace `os.path.isfile(x)` with `Path(x).is_file()`
test/data/err_146.py:29:1 [FURB146]: Replace `os.path.islink(x)` with `Path(x).is_symlink()`
test/data/err_146.py:31:1 [FURB146]: Replace `os.path.isabs(x)` with `Path(x).is_absolute()`
test/data/err_146.py:32:1 [FURB146]: Replace `os.path.isdir(x)` with `Path(x).is_dir()`
test/data/err_146.py:33:1 [FURB146]: Replace `os.path.isfile(x)` with `Path(x).is_file()`
test/data/err_146.py:34:1 [FURB146]: Replace `os.path.islink(x)` with `Path(x).is_symlink()`
test/data/err_146.py:36:1 [FURB146]: Replace `os.path.isabs(x)` with `Path(x).is_absolute()`
test/data/err_146.py:37:1 [FURB146]: Replace `os.path.isdir(x)` with `Path(x).is_dir()`
test/data/err_146.py:38:1 [FURB146]: Replace `os.path.isfile(x)` with `Path(x).is_file()`
test/data/err_146.py:39:1 [FURB146]: Replace `os.path.islink(x)` with `Path(x).is_symlink()`
