summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-09-03 17:06:40 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-09-03 18:05:24 +0200
commit5dda4d45f396c28a70f1419c510836357f97dcbc (patch)
treeb23792dccec2cc7e9d6bb2ebf0fcf88b806e8263 /setup.cfg
parent880095c7266134a218e5f97075d1adeaa5b34b79 (diff)
downloadpylint-git-5dda4d45f396c28a70f1419c510836357f97dcbc.tar.gz
Add typing to benchmark tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2c13527cb..72c59185a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -72,6 +72,9 @@ ignore_missing_imports = True
[mypy-_pytest.*]
ignore_missing_imports = True
+[mypy-pytest_benchmark.*]
+ignore_missing_imports = True
+
[mypy-setuptools]
ignore_missing_imports = True