summaryrefslogtreecommitdiff
path: root/tests/test_pylint_runners.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-17 14:13:34 +0100
committerGitHub <noreply@github.com>2021-11-17 14:13:34 +0100
commitb91cc8dbb47ce622b73c766b3a53da270bdb24e9 (patch)
tree72797301578a928011bf9d9c433d9b5482f2aa48 /tests/test_pylint_runners.py
parent7d2b6c9bd807dda7502e739c7b9fb2182d89f457 (diff)
downloadpylint-git-b91cc8dbb47ce622b73c766b3a53da270bdb24e9.tar.gz
Add error codes to all ``type: ignore`` (#5329)
Diffstat (limited to 'tests/test_pylint_runners.py')
-rw-r--r--tests/test_pylint_runners.py2
1 files changed, 1 insertions, 1 deletions
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