mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-01-21 07:28:24 +00:00
mypy ignore_missing_imports
This commit is contained in:
parent
dc23acb7d2
commit
260f168077
@ -41,3 +41,12 @@ manage-ics2gcal = "sync_ics2gcal.manage_calendars:main"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
[[tool.mypy.overrides]]
|
||||||
|
module = [
|
||||||
|
'icalendar',
|
||||||
|
'google.*',
|
||||||
|
'googleapiclient'
|
||||||
|
]
|
||||||
|
ignore_missing_imports = true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user