Skip to content

Commit f541b13

Browse files
Add requests types for mypy
1 parent 2932393 commit f541b13

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

poetry.lock

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ MacFSEvents = { version = "*", platform = "darwin" }
6969
pync = { version = "*", platform = "darwin" }
7070
ipython = "^7.12.0"
7171

72+
# For mypy
73+
types-requests = "*"
74+
7275
[tool.black]
7376

7477
quiet = true

0 commit comments

Comments
 (0)