Skip to content

Commit 643a7bd

Browse files
have mypy ignore pytest_check globally
1 parent 8a71f53 commit 643a7bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ exclude = [
2323
[[tool.mypy.overrides]]
2424
module = [
2525
"scipy.*",
26+
"pytest_check",
2627
]
2728
ignore_missing_imports = true

0 commit comments

Comments
 (0)