Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Update the mypy pre-commit hook configuration
Browse files Browse the repository at this point in the history
Add some additional typing packges to improve analysis. Since this is a
Docker project it doesn't make sense to install packages into the local
Python environment for analysis.
  • Loading branch information
mcdonnnj committed Feb 14, 2023
1 parent bd63992 commit 861bd35
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 @@ -116,6 +116,8 @@ repos:
hooks:
- id: mypy
additional_dependencies:
- boto3-stubs
- types-docopt
- types-PyYAML
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
Expand Down

0 comments on commit 861bd35

Please sign in to comment.