Skip to content

Commit 4d2269e

Browse files
committed
add types-requests
1 parent 1f88a02 commit 4d2269e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- name: Run isort
5656
run: isort --check-only .
5757

58+
- name: Install type stubs
59+
run: pip install types-requests
60+
5861
- name: Run mypy
5962
run: mypy databunkerpro/
6063

0 commit comments

Comments
 (0)