1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-09-21 08:58:03 +00:00
Commit Graph

229 Commits

Author SHA1 Message Date
dependabot[bot]
22b4cec62b Bump black from 22.3.0 to 22.6.0
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.3.0...22.6.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 14:22:44 +03:00
dependabot[bot]
defea7633b Bump types-python-dateutil from 2.8.17 to 2.8.18
Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.17 to 2.8.18.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-python-dateutil
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 13:46:27 +03:00
dependabot[bot]
520fd15da8 Bump types-pyyaml from 6.0.8 to 6.0.9
Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.8 to 6.0.9.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pyyaml
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 12:38:09 +03:00
dependabot[bot]
f04c0c46fd Bump types-pytz from 2021.3.8 to 2022.1.1
Bumps [types-pytz](https://github.com/python/typeshed) from 2021.3.8 to 2022.1.1.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pytz
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 11:07:12 +03:00
dependabot[bot]
74d2e18e91 Bump mypy from 0.960 to 0.961
Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.960...v0.961)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 10:42:31 +03:00
5e4bed5604
bump github/codeql-action to v2
https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
2022-06-04 23:51:41 +03:00
111d527c33
check formatting with black (#99)
* check formatting with black + suggest on pr

* test format check

* fix test format error

suggested by reviewdog[black]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-04 23:43:13 +03:00
Dmitry Belyaev
a18be3d079
Merge pull request #98 from b4tman/mypy
type checking with mypy
2022-06-04 22:57:22 +03:00
c9b38cd29e
add mypy strict check (not failing) 2022-06-04 20:14:53 +03:00
c2c3a7a14d
fix type errors in tests
with mypy --strict
2022-06-04 18:51:43 +03:00
787e9df642
explicitly exports
to fix (mypy --strict) errors like:
>> error: Module "sync_ics2gcal" does not explicitly export attribute "GoogleCalendarService"; implicit reexport disabled
2022-06-04 18:50:58 +03:00
80e15b0622
fix type errors
with mypy --strict
2022-06-04 18:47:54 +03:00
ad634e9c6e
ignore tmp_bin/ 2022-06-04 17:40:33 +03:00
6ba8106f3e
version 0.1.4 2022-06-04 17:29:11 +03:00
e5abc3c218
fix test error 2022-06-04 17:12:21 +03:00
9ad97a158c
test type error 2022-06-04 17:09:09 +03:00
47ac72c1fe
fix add-path 2022-06-04 17:01:33 +03:00
c1c621cbf0
add reviewdog workflow with mypy 2022-06-04 16:54:33 +03:00
bfdeaa17ff
drop python 3.7 support
for TypedDict
2022-06-04 15:56:11 +03:00
1eef4114cd
ci: fix mypy checks 2022-06-04 15:48:25 +03:00
e2d5548466
update poetry.lock 2022-06-04 15:46:02 +03:00
0778fbe51f
ci: check with mypy + upload report 2022-06-04 15:44:01 +03:00
7b62e2c583
ignore mypy_report folder + lxml dep 2022-06-04 15:42:19 +03:00
3cbbbb1a1b
remove TypeAlias usage 2022-06-04 01:07:24 +03:00
29275d3f0e
more types in test_sync 2022-06-04 00:57:38 +03:00
edd6c39dcb
more types in sync 2022-06-04 00:40:15 +03:00
54146451c7
types: + EventsSearchResults 2022-06-04 00:39:29 +03:00
5b4dca0ab9
add types-PyYAML, mypy ignore_missing: +fire 2022-06-04 00:11:14 +03:00
2f3a87f25f
more types in gcal 2022-06-03 23:42:29 +03:00
260f168077
mypy ignore_missing_imports 2022-06-03 23:39:11 +03:00
dc23acb7d2
type annotations in ical, gcal 2022-06-03 22:07:06 +03:00
4a85424215
add mypy 2022-06-03 22:07:05 +03:00
8eaafc9925
workflows: remove poetry cache 2022-06-03 15:55:50 +03:00
7582cba1dd
add test_format_datetime_utc 2022-06-03 14:06:36 +03:00
dependabot[bot]
6ac6a0fb6b Bump google-api-python-client from 2.46.0 to 2.49.0
Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.46.0 to 2.49.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.46.0...v2.49.0)

---
updated-dependencies:
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 14:04:08 +03:00
dependabot[bot]
e8c0c17a4c Bump google-api-python-client from 2.42.0 to 2.46.0
Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.42.0 to 2.46.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.42.0...v2.46.0)

---
updated-dependencies:
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 15:34:29 +03:00
dependabot[bot]
64a12c3754 Bump google-auth from 2.6.2 to 2.6.6
Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.6.2 to 2.6.6.
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.6.2...v2.6.6)

---
updated-dependencies:
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 15:25:53 +03:00
dependabot[bot]
aef5fd6491 Bump pytest from 7.1.1 to 7.1.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.1...7.1.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 15:17:00 +03:00
dependabot[bot]
6221cd02e9 Bump black from 22.1.0 to 22.3.0
Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.1.0...22.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 16:59:11 +03:00
dependabot[bot]
6e0684372c Bump pytest from 7.0.1 to 7.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.0.1...7.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 16:12:30 +03:00
dependabot[bot]
903092835e Bump pytz from 2021.3 to 2022.1
Bumps [pytz](https://github.com/stub42/pytz) from 2021.3 to 2022.1.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2021.3...release_2022.1)

---
updated-dependencies:
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 13:12:04 +03:00
dependabot[bot]
f62f032a00 Bump google-auth from 2.6.0 to 2.6.2
Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.6.0 to 2.6.2.
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.6.0...v2.6.2)

---
updated-dependencies:
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 12:58:54 +03:00
8c05b8319c
reset poetry cache (github workflows) 2022-04-05 12:40:40 +03:00
adc61821cf
bump actions/checkout to 3 2022-04-05 12:38:17 +03:00
25670a61ba
bump actions/cache to 3.0.1 2022-04-05 12:37:02 +03:00
dependabot[bot]
6411241a9a Bump google-api-python-client from 2.39.0 to 2.42.0
Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.39.0 to 2.42.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.39.0...v2.42.0)

---
updated-dependencies:
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 10:58:07 +03:00
912754b4c1
Merge pull request #88 from gwww/develop
Format with black
2022-03-08 19:53:22 +03:00
Glenn Waters
70278c1542 Format with black. 2022-03-08 10:46:21 -05:00
dependabot[bot]
2372103807 Bump google-api-python-client from 2.36.0 to 2.39.0
Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.36.0 to 2.39.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.36.0...v2.39.0)

---
updated-dependencies:
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 23:10:35 +03:00
3062d4323a
Update README.md 2022-03-02 23:08:23 +03:00