Skip to content

Commit

Permalink
fix(web_api): add type stubs for stripe (#816)
Browse files Browse the repository at this point in the history
Latest version of stripe type stubs are more filled out and provide some useful type checking:
python/typeshed#7978
  • Loading branch information
sbdchd authored Jun 4, 2022
1 parent cd699e6 commit 86559a0
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 58 deletions.
3 changes: 0 additions & 3 deletions web_api/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ ignore_missing_imports=False
# enable pydantic mypy plugin.
plugins = pydantic.mypy

[mypy-stripe.*]
ignore_missing_imports=True


# https://pydantic-docs.helpmanual.io/mypy_plugin/#plugin-settings
[pydantic-mypy]
Expand Down
Loading

0 comments on commit 86559a0

Please sign in to comment.