Skip to content

Commit

Permalink
add mypy additional_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Jan 30, 2023
1 parent 620d4ec commit 73dcb94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ repos:
- id: mypy
additional_dependencies:
- types-PyYAML
- typer==0.7.0
- typer
- rich
- uvicorn
- fastapi
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
hooks:
Expand Down

0 comments on commit 73dcb94

Please sign in to comment.