Skip to content

Commit

Permalink
Ignore pytest-snapshot missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Jan 31, 2025
1 parent 4b792bf commit b2de7d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ ignore_missing_imports = True
[mypy-pyd.*]
ignore_missing_imports = True

[mypy-pytest_snapshot.*]
ignore_missing_imports = True

[mypy-tyd.*]
ignore_missing_imports = True

0 comments on commit b2de7d7

Please sign in to comment.