We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08cfc8 commit 25e07d5Copy full SHA for 25e07d5
pyproject.toml
@@ -170,6 +170,11 @@ norecursedirs = ["tests/packages/**"]
170
171
[tool.mypy]
172
files = ["src", "tests", "noxfile.py"]
173
+exclude = [
174
+ '^tests/packages/simplest_c/src/simplest/__init__.py',
175
+ '^tests/packages/dynamic_metadata/src/dynamic/__init__.py',
176
+ '^tests/packages/.*/setup.py',
177
+]
178
mypy_path = ["$MYPY_CONFIG_FILE_DIR/src", "$MYPY_CONFIG_FILE_DIR/tests/utils"]
179
python_version = "3.8"
180
warn_unused_configs = true
0 commit comments