Is this something that we might consider adding to the Picard pre-commit checks?
2025-11-15 31908, 2025
outsidecontext[m
rdswift: good find. The code should check for oauth_username I think.Or actually use the same method that we use elsewhere to check whether Login settings exist or not. proxy_username refers to the network settings, that would be wrong to use here.
2025-11-15 31954, 2025
outsidecontext[m
We could definitely include your script in the CI runs, or also in the pre-commit checks
2025-11-15 31921, 2025
rdswift[m]
Thanks for confirming. I'll see about adding a PR regarding the 'username' / oauth stuff. I'll also look into adding the script in another PR.
2025-11-15 31920, 2025
rdswift[m]
I'll have to figure out how to add stuff to the available pre-commit checks. Really haven't done much with pre-commit until now.