FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit cc7020cf authored by Robin Goodall's avatar Robin Goodall :speech_balloon:
Browse files

fix: ignore missing mypy requests stubs

parent 66e83d89
No related branches found
No related tags found
1 merge request!77Resolve "Add an endpoint that gets a new reset token for the authenticated user"
Pipeline #673490 passed
......@@ -160,6 +160,10 @@ filterwarnings = [
[tool.mypy]
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = ["requests.*"]
ignore_missing_imports = true
[tool.black]
line-length = 99
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment