Skip to content

Commit

Permalink
ci: fix incorrectly configured mypy hook
Browse files Browse the repository at this point in the history
Mypy was not analyzing types from imports, which was not intended.
  • Loading branch information
tazlin committed Dec 9, 2023
1 parent c4b0e04 commit c1951b0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ repos:
rev: 'v1.7.1'
hooks:
- id: mypy
args: []
additional_dependencies:
- pydantic
- types-requests
Expand All @@ -32,3 +33,11 @@ repos:
- types-pywin32
- types-tabulate
- types-tqdm
- pytest
- loguru
- python-dotenv
- horde_sdk
- aiohttp
- horde_safety
- torch
- ruamel.yaml

0 comments on commit c1951b0

Please sign in to comment.