Skip to content

Commit 1186a1b

Browse files
authored
Merge pull request #101 from sanders41/mypy
Bumps mypy from 0.812 to 0.901.
2 parents fb8a25f + 27a274f commit 1186a1b

File tree

3 files changed

+88
-60
lines changed

3 files changed

+88
-60
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ repos:
1818
language_version: python3
1919
args: [--line-length=100]
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v0.812
21+
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)