Skip to content

Commit

Permalink
Fix type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Jan 13, 2025
1 parent 1bb4d4e commit 6bfbd95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,9 @@ ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "tblib"
ignore_missing_imports = true

[[tool.mypy.overrides]]
# https://github.com/getsentry/responses/issues/751
module = "responses"
ignore_missing_imports = true

0 comments on commit 6bfbd95

Please sign in to comment.