1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2026-06-23 20:06:25 +03:00

fix mypy issues

This commit is contained in:
2026-06-03 13:43:44 +03:00
committed by Dmitry Belyaev
parent e059f33e1c
commit f83eaf1f2c
3 changed files with 8 additions and 5 deletions
+3
View File
@@ -57,6 +57,9 @@ manage-ics2gcal = "sync_ics2gcal.manage_calendars:main"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.mypy]
disable_error_code = "unused-ignore"
[[tool.mypy.overrides]]
module = [
'icalendar',