From b91cc8dbb47ce622b73c766b3a53da270bdb24e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Wed, 17 Nov 2021 14:13:34 +0100 Subject: Add error codes to all ``type: ignore`` (#5329) --- tests/test_pylint_runners.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_pylint_runners.py') diff --git a/tests/test_pylint_runners.py b/tests/test_pylint_runners.py index 84ac05c31..6c4430892 100644 --- a/tests/test_pylint_runners.py +++ b/tests/test_pylint_runners.py @@ -5,7 +5,7 @@ from typing import Callable from unittest.mock import patch import pytest -from py._path.local import LocalPath # type: ignore +from py._path.local import LocalPath # type: ignore[import] from pylint import run_epylint, run_pylint, run_pyreverse, run_symilar -- cgit v1.2.1