Skip to content

Commit 0050533

Browse files
Ignore pytest-snapshot missing import
See: - python/typeshed#13448 - joseph-roitman/pytest-snapshot#59
1 parent 84a0d37 commit 0050533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ ignore_missing_imports = True
1212
[mypy-pyd.*]
1313
ignore_missing_imports = True
1414

15+
[mypy-pytest_snapshot.*]
16+
ignore_missing_imports = True
17+
1518
[mypy-tyd.*]
1619
ignore_missing_imports = True

0 commit comments

Comments
 (0)