1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-03 00:47:41 +00:00

ignore mypy_report folder + lxml dep

This commit is contained in:
2022-06-04 15:42:19 +03:00
parent 3cbbbb1a1b
commit 7b62e2c583
2 changed files with 5 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ mypy = ">=0.960"
types-python-dateutil = "^2.8.17"
types-pytz = ">=2021.3.8"
types-PyYAML = "^6.0.8"
lxml = "^4.9.0"
[tool.poetry.scripts]
sync-ics2gcal = "sync_ics2gcal.sync_calendar:main"
@@ -51,4 +52,3 @@ module = [
'fire'
]
ignore_missing_imports = true