test/data/err_158.py:5:14 [FURB158]: Replace `bool() as x` with `bool(x)`
test/data/err_158.py:6:14 [FURB158]: Replace `bytearray() as x` with `bytearray(x)`
test/data/err_158.py:7:14 [FURB158]: Replace `bytes() as x` with `bytes(x)`
test/data/err_158.py:8:14 [FURB158]: Replace `dict() as x` with `dict(x)`
test/data/err_158.py:9:14 [FURB158]: Replace `float() as x` with `float(x)`
test/data/err_158.py:10:14 [FURB158]: Replace `frozenset() as x` with `frozenset(x)`
test/data/err_158.py:11:14 [FURB158]: Replace `int() as x` with `int(x)`
test/data/err_158.py:12:14 [FURB158]: Replace `list() as x` with `list(x)`
test/data/err_158.py:13:14 [FURB158]: Replace `set() as x` with `set(x)`
test/data/err_158.py:14:14 [FURB158]: Replace `str() as x` with `str(x)`
test/data/err_158.py:15:14 [FURB158]: Replace `tuple() as x` with `tuple(x)`
