Commit graph

7 commits

Author SHA1 Message Date
Robert Hillis
6c5fd40c92
Catch Google Sheets api error () 2023-06-02 16:18:58 -04:00
Franck Nijhof
ed79265843
Enable Ruff PT006 ()
* Enable Ruff PT006

* Adjust existing cases

* Fix tests

* Remove unneeded parentheses
2023-02-15 14:09:50 +01:00
Franck Nijhof
ef800335fb
Enable Ruff PT022 ()
* Enable Ruff PT022

* Adjust found cases
2023-01-27 13:57:06 +01:00
tronikos
2cfdae0c45
Google Sheets: small cleanup ()
* Remove duplicate object key in strings.json

* Remove async_entry_has_scopes check

This is not needed. This was copied from google calendar integration
where it was needed to reauth when the scope changed.

* Remove unused constant in application_credentials

* Move constant to the file used

* fix warning use-implicit-booleaness-not-len

* Remove not accessed parameters

* Revert "Remove async_entry_has_scopes check"

This reverts commit 63e24f84cc.
2022-12-09 20:57:40 -08:00
Allen Porter
d03553bbf0
Address Google Sheets PR feedback () 2022-10-01 20:42:11 -04:00
Robert Hillis
d7d6637d79
Unregister Google sheets services during unload ()
* Unregister services during unload - Google Sheets

* uno mas
2022-09-29 20:29:41 +02:00
Robert Hillis
a46982befb
Add Google Sheets integration ()
Co-authored-by: Allen Porter <allen@thebends.org>
2022-09-14 14:31:54 -04:00