Skip to content

Commit

Permalink
CI/linting: install requests pylib type stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Jun 21, 2023
1 parent ce74ef8 commit e819b66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:

- run: pip install mypy

- name: Install type stubs
run: pip install types-requests

- name: mypy
run: mypy --strict .

Expand Down

0 comments on commit e819b66

Please sign in to comment.