### Summary Hi, I'm seeing a `call-non-callable` error calling `pytest.fail()`: ```python import pytest def test_pytest(): pytest.fail("because...") ``` ```bash $ ty check tests/test_pytest.py error[call-non-callable]: Object of type `_WithException[Unknown, <class 'Failed'>]` is not callable --> tests/test_pytest.py:4:5 | 3 | def test_pytest(): 4 | pytest.fail("because...") | ^^^^^^^^^^^^^^^^^^^^^^^^^ | info: rule `call-non-callable` is enabled by default Found 1 diagnostic ``` ### Version ty 0.0.1-alpha.7