Skip to content

Commit

Permalink
Added pymongo to the dependencies of the mypy pre-commit module
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 26, 2023
1 parent 56274e4 commit 030bb1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ repos:
- id: mypy
additional_dependencies:
- attrs == 23.1.0
- pymongo == 4.6.0
- redis == 5.0.1
- sqlalchemy == 2.0.23
- tzlocal == 5.2
Expand Down

0 comments on commit 030bb1b

Please sign in to comment.