We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c6fe8 commit 8a6ca0aCopy full SHA for 8a6ca0a
.github/workflows/ci.yml
@@ -55,9 +55,6 @@ jobs:
55
- name: Run isort
56
run: isort --check-only .
57
58
- - name: Install type stubs
59
- run: pip install types-requests
60
-
61
- name: Run mypy
62
run: mypy databunkerpro/
63
setup.py
@@ -35,6 +35,7 @@
35
"black>=21.0",
36
"isort>=5.0",
37
"mypy>=0.910",
38
+ "types-requests",
39
],
40
},
41
)
0 commit comments