getting-things-gnome / gtg

Getting Things GNOME! trunk
https://wiki.gnome.org/Apps/GTG
GNU General Public License v3.0
559 stars 164 forks source link

More Ruff fixes #1124

Closed SqAtx closed 4 months ago

SqAtx commented 4 months ago

Relates to #237 This is a follow-up to https://github.com/getting-things-gnome/gtg/commit/c2f650f21e50f5d1dad1d9d6226909417656616d

I ran ruff check and looked at the errors that Ruff finds but doesn't want to fix automatically.

There are still 13 errors, which all seem to indicate a bug. They are mostly "Undefined name". I will fix them individually.

diegogangl commented 4 months ago

Looks good, thanks!