Skip to content

Commit

Permalink
chore [pre-commit]: Add type stubs to make pre-commit mypy happy
Browse files Browse the repository at this point in the history
This is to get rid of errors/warnings like 'library stubs not installed'
  • Loading branch information
lahdjirayhan committed Mar 23, 2022
1 parent ead92f9 commit b2bb85e
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 @@ -3,6 +3,7 @@ repos:
rev: 'v0.941' # Use the sha / tag to point at specific version
hooks:
- id: mypy
additional_dependencies: ['types-requests', 'types-urllib3']
- repo: https://github.com/psf/black
rev: '22.1.0'
hooks:
Expand Down

0 comments on commit b2bb85e

Please sign in to comment.