Skip to content

Commit

Permalink
Add types-requests to mypy dependencies in pre-commit config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Mar 15, 2024
1 parent 96988ef commit 7a8e551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ repos:
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies:
- types-requests
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
hooks:
Expand Down

0 comments on commit 7a8e551

Please sign in to comment.