We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087a00f commit 799ab5eCopy full SHA for 799ab5e
setup.py
@@ -52,6 +52,7 @@ def get_version_and_cmdclass(package_name):
52
"pytest-timeout",
53
"pre_commit",
54
"pandas",
55
+ "typeguard",
56
],
57
"other": [
58
"dill",
tox.ini
@@ -7,6 +7,7 @@ testpaths = adaptive
7
addopts =
8
--durations=5
9
--cov --cov-append --cov-fail-under=70 -vvv --cov-report=
10
+ --typeguard-packages adaptive
11
norecursedirs =
12
docs
13
0 commit comments