Fix typing related to iniconfig

iniconfig now has typing stubs which reveal a couple issues.
This commit is contained in:
Ran Benita
2020-10-17 18:18:24 +03:00
parent 0a258f534f
commit e5e47c1097
3 changed files with 8 additions and 5 deletions

View File

@@ -54,6 +54,8 @@ repos:
- id: mypy
files: ^(src/|testing/)
args: []
additional_dependencies:
- iniconfig>=1.1.0
- repo: local
hooks:
- id: rst