Add toml typing stubs

Fix typing errors with new version of mypy
This commit is contained in:
2022-01-05 01:40:02 -05:00
parent 087db95c43
commit f1f7a63774
4 changed files with 61 additions and 86 deletions

View File

@@ -34,6 +34,7 @@ locked_deps =
pre-commit
pre-commit-hooks
pylint
types-toml
commands =
pre-commit run \
--all-files
@@ -52,6 +53,7 @@ locked_deps =
pylint
pytest
mypy
types-toml
commands =
pylint {toxinidir}/tests/ \
--rcfile {toxinidir}/.pylintrc