Skip to content

Commit

Permalink
Add types-boto3 as an additional dev dependency
Browse files Browse the repository at this point in the history
Also add this dependency to the mypy pre-commit hook.
  • Loading branch information
jsf9k committed Feb 5, 2025
1 parent 1c3e095 commit 9052b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -161,6 +161,7 @@ repos:
# the dev section of setup.py to avoid discrepancies in type
# checking between environments.
additional_dependencies:
- types-boto3
- types-docopt
- types-setuptools
- repo: https://github.com/pypa/pip-audit
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def get_version(version_file):
# field of the mypy pre-commit hook to avoid discrepancies in type
# checking between environments.
"dev": [
"types-boto3",
"types-docopt",
"types-setuptools",
],
Expand Down

0 comments on commit 9052b12

Please sign in to comment.