Skip to content

Commit

Permalink
[BUILD] Add type stubs for external dependencies
Browse files Browse the repository at this point in the history
Add type stubs for HTTP libraries to improve type checking:
- Add types-requests for requests library
- Add types-urllib3 for urllib3 library

Added to dev dependencies to support mypy type checking
  • Loading branch information
PPeitsch committed Nov 22, 2024
1 parent cd63f01 commit 8f9163b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ dev = [
"black>=23.0.0",
"isort>=5.0.0",
"mypy>=1.0.0",
"types-requests",
"types-urllib3",
]

[project.urls]
Expand Down

0 comments on commit 8f9163b

Please sign in to comment.