These no longer trigger a warning with the current versions of mypy,
pytest, and pluggy. It looks as though these calls have been typed since
pluggy 1.2.0, which was released 3 months ago.
We didn't notice this because our lint checks weren't scheduled to run on a schedule. This PR fixes that as well.
These no longer trigger a warning with the current versions of mypy, pytest, and pluggy. It looks as though these calls have been typed since pluggy 1.2.0, which was released 3 months ago.
We didn't notice this because our lint checks weren't scheduled to run on a schedule. This PR fixes that as well.