Skip to content

Commit 27a274f

Browse files
committed
Fixing pre-commit mypy error
1 parent 60906b2 commit 27a274f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ repos:
2121
rev: v0.901
2222
hooks:
2323
- id: mypy
24+
additional_dependencies: [types-aiofiles]
2425
files: async_search_client/
2526
- repo: https://github.com/PyCQA/flake8
2627
rev: 3.9.2

0 commit comments

Comments
 (0)