summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-09-09 11:05:00 +0200
committerGitHub <noreply@github.com>2022-09-09 11:05:00 +0200
commitc0272571bcdba466f237e0aeadff289e53f8bedd (patch)
tree7e2ee7394b4b29dbcb1f45da88d02958bea43c32 /tests/conftest.py
parentf29bdd4e04c8c144b378220434646b37a8e7d9a0 (diff)
downloadpylint-git-c0272571bcdba466f237e0aeadff289e53f8bedd.tar.gz
Add typing to several test files (#7440)
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 1ebe62e97..a60cd0cb4 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -68,7 +68,7 @@ def reporter():
return MinimalTestReporter
-def pytest_addoption(parser) -> None:
+def pytest_addoption(parser: pytest.Parser) -> None:
parser.addoption(
"--primer-stdlib",
action="store_true",