add types-PyYAML, mypy ignore_missing: +fire

This commit is contained in:
Dmitry Belyaev 2022-06-04 00:11:14 +03:00
parent 2f3a87f25f
commit 5b4dca0ab9
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
2 changed files with 921 additions and 907 deletions

1824
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -33,6 +33,7 @@ black = "^22.3.0"
mypy = ">=0.960"
types-python-dateutil = "^2.8.17"
types-pytz = ">=2021.3.8"
types-PyYAML = "^6.0.8"
[tool.poetry.scripts]
sync-ics2gcal = "sync_ics2gcal.sync_calendar:main"
@ -46,7 +47,8 @@ build-backend = "poetry.core.masonry.api"
module = [
'icalendar',
'google.*',
'googleapiclient'
'googleapiclient',
'fire'
]
ignore_missing_imports = true